Skip to content

Commit 564a755

Browse files
authored
CI: Use maintained GitHub Action for Rust dtolnay/rust-toolchain (#23)
1 parent 6baa17a commit 564a755

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Install Rust
30-
uses: actions-rs/toolchain@v1
31-
with:
32-
toolchain: stable
30+
uses: dtolnay/rust-toolchain@stable
3331

3432
- name: Set up Ruby
3533
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)