Skip to content

Commit

Permalink
ci: add gcc-mingw-w64 to x64 build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Dec 20, 2024
1 parent 8aadde0 commit 5a188fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
uses: actions/checkout@v3

- name: Install prerequisites
run: rustup target add x86_64-pc-windows-gnu
run: |
rustup target add x86_64-pc-windows-gnu
sudo apt-get install gcc-mingw-w64
- name: Build
run: make x64

0 comments on commit 5a188fc

Please sign in to comment.