Skip to content

Commit

Permalink
Craigs-MacBook-Pro.local
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Jul 21, 2023
1 parent 438fc85 commit 0a466dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-using-buildscripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ jobs:
run: echo "DEPS_SHA=$(git log --pretty='format:%h' -1 -- .)" | tee -a ${GITHUB_ENV}
working-directory: buildscripts/deps-packaging

- name: get HOME dir
run: echo "HOME=$HOME" | tee -a ${GITHUB_ENV}

- name: restore packages cache
uses: actions/cache/restore@v3
with:
Expand All @@ -100,7 +97,7 @@ jobs:
- name: Restore dependency cache
uses: actions/cache/restore@v3
with:
path: ${{ env.HOME }}/.cache/
path: cache
key: deps-${{ github.base_ref }}-${{ env.DEPS_SHA }}
restore-keys: |
deps-${{ github.base_ref }}
Expand All @@ -113,7 +110,7 @@ jobs:
- name: Save dependency cache
uses: actions/cache/save@v3
with:
path: ${{ env.HOME }}/.cache/
path: cache
key: deps-${{ github.base_ref }}-${{ env.DEPS_SHA }}

- name: Save packages cache
Expand Down

0 comments on commit 0a466dc

Please sign in to comment.