Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Oct 31, 2024
1 parent 00da3fb commit ea205ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_lint_build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
with:
key: ${{ matrix.name }}

- name: Install mingw-w64
run: sudo apt install mingw-w64
- name: Install windows-specific deps
run: sudo apt install mingw-w64 nasm
if: ${{ matrix.name == 'x86_64-pc-windows-gnu' }}

- name: Test
Expand Down

0 comments on commit ea205ea

Please sign in to comment.