Skip to content

Commit

Permalink
cmake yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Nov 21, 2024
1 parent 80d8c93 commit f1167c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
cmake --no-warn-unused-cli -S ../ -B ./ -G "Visual Studio 17 2022" -A x64 -T ClangCL -DCMAKE_BUILD_TYPE=Release
- name: build
run: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com skynet_fly.sln /Build Release
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" skynet_fly.sln /Build Release

0 comments on commit f1167c2

Please sign in to comment.