Skip to content

Commit

Permalink
Delete more caches.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Jul 30, 2024
1 parent d1b27ab commit b37ef27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ jobs:
ccache --zero-stats
# cat ${{ runner.workspace }}/.ccache_log || true
# ls -lashR ${{ runner.workspace }}/pedalboard
- name: Delete Existing Cache for ${{ runner.os }} Objects
run: gh cache delete --repo ${{ github.repository }} ${{ steps.cache-objects-restore.outputs.cache-primary-key }}
env:
# This token requires the "repo" scope.
GITHUB_TOKEN: ${{ secrets.ACTION_CLEAR_CACHES_TOKEN }}
- name: Save Cached ${{ runner.os }} Objects
id: cache-objects-save
uses: actions/cache/save@v4
Expand Down Expand Up @@ -309,6 +314,11 @@ jobs:
ccache --zero-stats
# cat ${{ runner.workspace }}/.ccache_log || true
# ls -lashR ${{ runner.workspace }}
- name: Delete Existing Cache for ${{ runner.os }} Objects
run: gh cache delete --repo ${{ github.repository }} ${{ steps.cache-objects-restore.outputs.cache-primary-key }}
env:
# This token requires the "repo" scope.
GITHUB_TOKEN: ${{ secrets.ACTION_CLEAR_CACHES_TOKEN }}
- name: Save Cached ${{ runner.os }} Objects
id: cache-objects-save
uses: actions/cache/save@v4
Expand Down

0 comments on commit b37ef27

Please sign in to comment.