Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
feat: introduce cache-key per matrix build_type
Browse files Browse the repository at this point in the history
  • Loading branch information
xarunoba committed Nov 8, 2024
1 parent 78541d9 commit e02d2f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-key: ${{ matrix.build_type }}
toolchain: ${{ steps.toolchain.outputs.channel }}
target: "wasm32-wasip1"
components: "rustfmt, clippy"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-key: ${{ matrix.build_type }}
toolchain: ${{ steps.toolchain.outputs.channel }}
target: "wasm32-wasip1"
components: "rustfmt, clippy"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-key: ${{ matrix.build_type }}
toolchain: ${{ steps.toolchain.outputs.channel }}
target: "wasm32-wasip1"
components: "rustfmt, clippy"
Expand Down

0 comments on commit e02d2f0

Please sign in to comment.