Skip to content

Commit

Permalink
Use stable-gnu for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bacv committed Sep 11, 2023
1 parent d2167ae commit 3711e21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
with:
command: build
args: --all --no-default-features --features ${{ matrix.feature }}
- uses: actions-rs/toolchain@v1
if: matrix.os == 'windows-latest'
with:
toolchain: stable-gnu
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 3711e21

Please sign in to comment.