Skip to content

Commit 8e43235

Browse files
bump ci cache version
1 parent 59ff6b4 commit 8e43235

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
- uses: actions/cache@v1
7979
with:
8080
path: build-cache
81-
key: ${{ matrix.target }}-sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
81+
key: ${{ matrix.target }}-sccache-v11-${{ steps.cache_timestamp.outputs.timestamp }}
8282
restore-keys: |
83-
${{ matrix.target }}-sccache-v10-
83+
${{ matrix.target }}-sccache-v11-
8484
8585
- name: Select Xcode version
8686
if: ${{ matrix.build_os == 'macos-10.15' }}
@@ -103,6 +103,9 @@ jobs:
103103
;;
104104
esac
105105
106+
- name: Check cache hit rate
107+
run: sccache --show-stats
108+
106109
- name: Upload ${{ matrix.target }} installable archive
107110
uses: actions/upload-artifact@v1
108111
with:

0 commit comments

Comments
 (0)