Skip to content

Commit

Permalink
ci: update gh action
Browse files Browse the repository at this point in the history
window: msvc -> MinGW
  • Loading branch information
molingyu committed Sep 7, 2024
1 parent 399610d commit 2fa47d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
- name: Code Gen
run: python ${{github.workspace}}/gen/gen.py

- name: Setup MSVC dev command prompt
uses: TheMrMilchmann/setup-msvc-dev@v3
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
arch: x64
platform: x64

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "MinGW Makefiles"

- name: Build
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 2fa47d6

Please sign in to comment.