Skip to content

Commit

Permalink
separate caches
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Feb 11, 2025
1 parent 2026a6d commit 4addb23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-esp-hal/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and Check
description: Build and check the esp-hal and esp-lp-hal pacakges for a specified device
description: Build and check the esp-hal and esp-lp-hal packages for a specified device
inputs:
device:
description: "Device SOC"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
components: rust-src

- uses: Swatinem/rust-cache@v2
with:
prefix-key: "ci-${{ matrix.device.soc }}"

- name: Build and Check
uses: ./.github/actions/check-esp-hal
Expand Down

0 comments on commit 4addb23

Please sign in to comment.