Skip to content

Commit

Permalink
adjust cache paths?
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 31, 2024
1 parent e1076a6 commit 56ef06b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
with:
path: |
depends/${{ matrix.host }}
depends/sdk-sources
depends/SDKs
key: ${{ runner.os }}-depends-${{ matrix.build_target }}-${{ hashFiles('depends/packages/*') }}-${{ matrix.dep_opts }}
restore-keys: |
${{ runner.os }}-depends-${{ matrix.build_target }}-${{ hashFiles('depends/packages/*') }}
Expand Down Expand Up @@ -184,7 +186,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}


- name: Restore Cache dependencies
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 56ef06b

Please sign in to comment.