Skip to content

Commit ab3df9a

Browse files
committed
fix1
1 parent 4249254 commit ab3df9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
timeout-minutes: 45
143143
steps:
144144
- uses: actions/checkout@v4
145-
- uses: dtolnay/rust-toolchain@stable
145+
- uses: dtolnay/rust-toolchain@fix1
146+
with:
147+
toolchain: stable
146148
- uses: dtolnay/install@cargo-outdated
147149
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)