Skip to content

Commit

Permalink
Provide required path parameters for cache actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Sep 16, 2024
1 parent adafd47 commit 982d29f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ jobs:
uses: actions/cache/restore@v3
with:
key: source-*
path: .
- name: Restore external from cache
id: external_cache
uses: actions/cache/restore@v3
with:
key: external-*
path: external
- name: Checkout latest source
uses: actions/checkout@v3
- name: Calculate SHA256 hash of current external submodules
Expand Down

0 comments on commit 982d29f

Please sign in to comment.