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 360750b commit 3931150
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ${{ matrix.os }}
env:
MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com

strategy:
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
Expand All @@ -36,15 +38,9 @@ jobs:

steps:
- uses: actions/checkout@master

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

- name: Install Visual Studio 2022
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64
vs-version: '[17.9, 17.10)'

- name: cmake
run: |
Expand Down

0 comments on commit 3931150

Please sign in to comment.