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 32bdfa2 commit 3e8d005Copy full SHA for 3e8d005
1 file changed
.github/workflows/test.yaml
@@ -41,6 +41,9 @@ jobs:
41
path: cache
42
key: test-ubuntu-ccache-${{ hashFiles('CMakeLists.txt', 'tokenizers/**') }}
43
restore-keys: test-ubuntu-ccache-
44
+ - name: Enable ccache
45
+ run: |
46
+ echo "/usr/lib/ccache" >> ${GITHUB_PATH}
47
- name: Install build dependencies
48
run: |
49
sudo apt install -y -V \
0 commit comments