Skip to content

Commit

Permalink
Fix restore-keys param.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Sep 16, 2024
1 parent 06de38f commit 7533ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
id: source_cache
uses: actions/cache/restore@v4
with:
key: source-*
restore-keys: source-
path: .
- name: Restore external from cache
id: external_cache
uses: actions/cache/restore@v4
with:
key: external-*
restore-keys: external-
path: external
- name: Checkout latest source
uses: actions/checkout@v4
Expand Down

0 comments on commit 7533ac8

Please sign in to comment.