Skip to content

Commit 2656210

Browse files
committed
fix
1 parent 9412a9b commit 2656210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3737
with:
38-
toolchain: stable ${{ matrix.rust }}
38+
toolchain: ${{ matrix.rust }}
3939
# Only run tests on latest stable and above
4040
- name: Install cargo-nextest
4141
if: ${{ matrix.rust != '1.88' }} # MSRV

0 commit comments

Comments
 (0)