Skip to content

Commit

Permalink
Try to fix GHA 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mttaggart committed Feb 27, 2022
1 parent e5f5929 commit 9502d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Update Rust
run: rustup update stable
- name: Install MingW
run: apt install -y mingw-w64
run: sudo apt install -y mingw-w64
- name: Add Windows Triple
run: rustup target add x86_64-pc-windows-gnu
- name: Build
Expand Down

0 comments on commit 9502d94

Please sign in to comment.