Skip to content

Commit 66b2077

Browse files
committed
Hardcode toolchain version to stable
1 parent 1120143 commit 66b2077

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cargo-build-and-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
toolchain:
21-
- stable
2220
steps:
2321
- uses: actions/checkout@v4
2422
- uses: actions-rust-lang/setup-rust-toolchain@v1
2523
with:
26-
toolchain: ${{ matrix.toolchain }}
24+
toolchain: stable
2725
- run: cargo test --verbose
2826

2927
- if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)