Skip to content

Commit 59213eb

Browse files
committed
ci: fix dtolnay/rust-toolchain missing SHA1
the CI workflow references an invalid SHA1 for https://github.com/dtolnay/rust-toolchain Use the latest one available from master
1 parent 6604911 commit 59213eb

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
@@ -471,7 +471,7 @@ jobs:
471471
chown -R "${USER}:${USER}" tests/rsrc/
472472
chmod -R 0755 tests/rsrc/
473473
474-
- uses: dtolnay/rust-toolchain@83bdede770b06329615974cf8c786f845d824dfb # nightly
474+
- uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # nightly
475475
with:
476476
toolchain: nightly-${{ env.RUST_NIGHTLY_VERSION }}
477477
components: rustfmt,clippy,miri

0 commit comments

Comments
 (0)