Skip to content

Commit

Permalink
cmake actions
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Nov 21, 2024
1 parent 2d13f10 commit 09f91b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: skynet
run: git submodule update --init

- name: Debug List current working directory
run: ls -alh

- name: cmake
run: cmake --no-warn-unused-cli -S ../ -B ./ -G "Visual Studio 17 2022" -A x64 -T ClangCL -DCMAKE_BUILD_TYPE=Release

Expand Down

0 comments on commit 09f91b2

Please sign in to comment.