Skip to content

Commit c5ab153

Browse files
committed
fix: update Rust toolchain setup in GitHub Actions workflow
1 parent 62fa97b commit c5ab153

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
otp-version: ${{ matrix.otp }}
2929

3030
- name: Set up Rust
31-
uses: actions-rs/toolchain@v1
31+
uses: dtolnay/rust-toolchain@stable
3232
with:
3333
toolchain: stable
34-
override: true
3534

3635
- name: Restore dependencies cache
3736
uses: actions/cache@v4

0 commit comments

Comments
 (0)