Skip to content

Commit

Permalink
Use valid toolchain in 32-bit Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
null-dev committed Apr 5, 2021
1 parent 971c984 commit 7dae699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Setup rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
override: true
default: true
Expand Down

0 comments on commit 7dae699

Please sign in to comment.