Skip to content

Commit

Permalink
ci: update gh action
Browse files Browse the repository at this point in the history
remove setup-mingw
  • Loading branch information
molingyu committed Sep 7, 2024
1 parent d849f4c commit a9cf933
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ jobs:
- name: Code Gen
run: python ${{github.workspace}}/gen/gen.py

- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64

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

Expand Down

0 comments on commit a9cf933

Please sign in to comment.