Skip to content

Commit

Permalink
Windows build with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 17, 2024
1 parent adb65ff commit c37c228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fast-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Add gcc mingw w64 cross compiler
run: |
apt-get update
apt-get install -y gcc-mingw-w64
sudo apt-get update
sudo apt-get install -y gcc-mingw-w64
- name: Add rust target x86_64-pc-windows-gnu
run: |
Expand Down

0 comments on commit c37c228

Please sign in to comment.