Fix CI
This commit is contained in:
parent
ab89485317
commit
67cd556bb0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
sudo apt-get install -y ${{ env.SYSTEM_DEPS }}
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
uses: dtolnay/rust-action@stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Cache cargo registry and build
|
||||
uses: actions/cache@v4
|
||||
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
sudo apt-get install -y ${{ env.SYSTEM_DEPS }}
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
uses: dtolnay/rust-action@stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Cache cargo registry and build
|
||||
uses: actions/cache@v4
|
||||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
sudo apt-get install -y ${{ env.SYSTEM_DEPS }}
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
uses: dtolnay/rust-action@stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: clippy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue