Update build.yml

This commit is contained in:
Mike Oliphant
2023-10-24 10:14:46 -07:00
committed by GitHub
parent 97cff04114
commit db3603e134
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: Build Plugin - name: Build Plugin
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
run: | run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 .. cmake.exe -G "Visual Studio 17 2022" -A x64 -T ClangCL ..
cmake --build . --config=release -j4 cmake --build . --config=release -j4
- name: Upload artifact - name: Upload artifact