Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 14, 2024
1 parent ea6b7b5 commit d2f42e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- name: 🪟 Install mingw for Windows build
if: ${{ matrix.target }} == x86_64-pc-windows-gnu
run: |
rustup update
rustup target add ${{ matrix.target }}
sudo apt install gcc-mingw-w64
- name: 🦀 Build Rust code
run: |
Expand Down

0 comments on commit d2f42e1

Please sign in to comment.