Skip to content

Commit

Permalink
Fix windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Oct 10, 2023
1 parent 1055357 commit 0f6268d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ jobs:
with:
submodules: recursive
- name: setup
uses: actions-rs/toolchain@v2
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.channel }}-${{ matrix.target }}
target: ${{ matrix.target }}
override: true
profile: minimal
default: true
targets: ${{ matrix.target }}

- name: Add mingw32 to path for i686-gnu
run: |
Expand Down

0 comments on commit 0f6268d

Please sign in to comment.