Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwatson committed Sep 29, 2024
1 parent f4d424e commit b85b26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: apt update -y
- run: apt install mingw-w64-x86-64-dev -y
- run: sudo apt update -y
- run: sudo apt install mingw-w64-x86-64-dev -y
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu
Expand Down

0 comments on commit b85b26b

Please sign in to comment.