Skip to content

Commit 247b668

Browse files
committed
Use dtolnay rust setup for CI cache compatibility
1 parent a152e9b commit 247b668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt update
2323
sudo apt install -y llvm-dev libclang-dev clang
2424
- name: Install rust
25-
uses: moonrepo/setup-rust@v1
25+
uses: dtolnay/rust-toolchain@stable
2626
- name: Cache Rust build artifacts
2727
uses: Swatinem/rust-cache@v2
2828
- name: Build project

0 commit comments

Comments
 (0)