We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ff6b4 commit 8e43235Copy full SHA for 8e43235
.github/workflows/build-toolchain.yml
@@ -78,9 +78,9 @@ jobs:
78
- uses: actions/cache@v1
79
with:
80
path: build-cache
81
- key: ${{ matrix.target }}-sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
+ key: ${{ matrix.target }}-sccache-v11-${{ steps.cache_timestamp.outputs.timestamp }}
82
restore-keys: |
83
- ${{ matrix.target }}-sccache-v10-
+ ${{ matrix.target }}-sccache-v11-
84
85
- name: Select Xcode version
86
if: ${{ matrix.build_os == 'macos-10.15' }}
@@ -103,6 +103,9 @@ jobs:
103
;;
104
esac
105
106
+ - name: Check cache hit rate
107
+ run: sccache --show-stats
108
+
109
- name: Upload ${{ matrix.target }} installable archive
110
uses: actions/upload-artifact@v1
111
0 commit comments