File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 run : sudo apt-get update && sudo apt-get install -y llvm clang cmake
2222
2323 - name : Install Rust
24- uses : dtolnay/rust-action @stable
24+ uses : dtolnay/rust-toolchain @stable
2525
2626 - name : Cache
2727 uses : actions/cache@v4
4242 runs-on : ubuntu-latest
4343 steps :
4444 - uses : actions/checkout@v4
45- - uses : dtolnay/rust-action @stable
45+ - uses : dtolnay/rust-toolchain @stable
4646 with :
4747 components : rustfmt
4848 - run : cargo fmt --all -- --check
5656 - name : Install dependencies
5757 run : sudo apt-get update && sudo apt-get install -y llvm clang cmake
5858
59- - uses : dtolnay/rust-action @stable
59+ - uses : dtolnay/rust-toolchain @stable
6060 with :
6161 components : clippy
6262
9797 choco install llvm cmake -y
9898 echo "LIBCLANG_PATH=C:\Program Files\LLVM\bin" >> $env:GITHUB_ENV
9999
100- - uses : dtolnay/rust-action @stable
100+ - uses : dtolnay/rust-toolchain @stable
101101
102102 - name : Cache
103103 uses : actions/cache@v4
@@ -149,7 +149,7 @@ jobs:
149149 choco install llvm cmake -y
150150 echo "LIBCLANG_PATH=C:\Program Files\LLVM\bin" >> $env:GITHUB_ENV
151151
152- - uses : dtolnay/rust-action @stable
152+ - uses : dtolnay/rust-toolchain @stable
153153 with :
154154 targets : ${{ matrix.target }}
155155
Original file line number Diff line number Diff line change 4949 choco install llvm cmake -y
5050 echo "LIBCLANG_PATH=C:\Program Files\LLVM\bin" >> $env:GITHUB_ENV
5151
52- - uses : dtolnay/rust-action @stable
52+ - uses : dtolnay/rust-toolchain @stable
5353 with :
5454 targets : ${{ matrix.target }}
5555
You can’t perform that action at this time.
0 commit comments