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 903ccdf commit 7ed1fc5Copy full SHA for 7ed1fc5
.github/workflows/linux-build.yml
@@ -65,11 +65,11 @@ jobs:
65
# TODO: Install a newer cmake here until we update the images upstream
66
pip install cmake==3.30.4
67
68
-# - uses: assignUser/stash/restore@v1
69
-# with:
70
-# token: '${{ secrets.ARTIFACT_CACHE_TOKEN }}'
71
-# path: '${{ env.CCACHE_DIR }}'
72
-# key: ccache-linux-adapters
+ - uses: assignUser/stash/restore@v1
+ with:
+ token: '${{ secrets.ARTIFACT_CACHE_TOKEN }}'
+ path: '${{ env.CCACHE_DIR }}'
+ key: ccache-linux-adapters
73
74
- name: "Zero Ccache Statistics"
75
run: |
0 commit comments