Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Nov 21, 2024
1 parent d05eed3 commit f3007e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: windows-2019

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 @@ -23,22 +23,22 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [windows-latest]
os: [windows-2019]
build_type: [Release]
c_compiler: [clang]
include:
- os: windows-latest
- os: windows-2019
c_compiler: clang
cpp_compiler: clang
exclude:
- os: windows-latest
- os: windows-2019
c_compiler: clang

steps:
- uses: actions/checkout@master

- name: Install Visual Studio 2022
uses: microsoft/setup-msbuild@v1.2
uses: microsoft/setup-msbuild@v1.1

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

0 comments on commit f3007e4

Please sign in to comment.