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 f1167c2 commit f60d70a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:

- name: skynet
run: git submodule update --init

- name: checkDevenv
run: |
ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com"
- name: cmake
run: |
Expand All @@ -51,4 +55,4 @@ jobs:
- name: build
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" skynet_fly.sln /Build Release
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" skynet_fly.sln /Build Release

0 comments on commit f60d70a

Please sign in to comment.