We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc9b20 commit ef3b5c7Copy full SHA for ef3b5c7
.github/workflows/main.yml
@@ -25,13 +25,13 @@ jobs:
25
shell: pwsh
26
run: |
27
cd _build
28
- & "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -A x64 -T ClangCL ..
+ & cmake -A x64 -T ClangCL ..
29
30
- name: Build with CMake
31
32
33
34
- & "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config RelWithDebInfo --parallel
+ & cmake --build . --config RelWithDebInfo --parallel
35
36
- name: Upload Build Artifacts
37
uses: actions/upload-artifact@v4
0 commit comments