Skip to content

Commit

Permalink
Fix rust-cache invocation order in CI (eclipse-zenoh#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets authored Oct 17, 2024
1 parent a2c6fed commit 45c0740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- name: Clone this repository
uses: actions/checkout@v4

- name: Setup rust-cache
uses: Swatinem/rust-cache@v2

- name: Update Stable Rust toolchain
run: rustup update stable

- name: Setup rust-cache
uses: Swatinem/rust-cache@v2

- name: Install latest cargo-deny
uses: taiki-e/install-action@cargo-deny

Expand Down

0 comments on commit 45c0740

Please sign in to comment.