Skip to content

Commit

Permalink
CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
IntQuant committed Nov 26, 2024
1 parent 454858a commit f3ff6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
targets: i686-pc-windows-gnu, x86_64-pc-windows-gnu
- name: Install extra deps
run: apt-get install gcc-mingw-w64-i686 gcc-mingw-w64-x86_64
run: sudo apt-get install gcc-mingw-w64-i686 gcc-mingw-w64-x86_64

- name: Build ewext
run: cargo build --release --target i686-pc-windows-gnu
Expand Down

0 comments on commit f3ff6ac

Please sign in to comment.