Skip to content

Commit ef3b5c7

Browse files
authored
Update main.yml
1 parent dbc9b20 commit ef3b5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
shell: pwsh
2626
run: |
2727
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 ..
28+
& cmake -A x64 -T ClangCL ..
2929
3030
- name: Build with CMake
3131
shell: pwsh
3232
run: |
3333
cd _build
34-
& "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config RelWithDebInfo --parallel
34+
& cmake --build . --config RelWithDebInfo --parallel
3535
3636
- name: Upload Build Artifacts
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)