Skip to content

Commit 7ed1fc5

Browse files
authored
Re-add stash restore
1 parent 903ccdf commit 7ed1fc5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linux-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
# TODO: Install a newer cmake here until we update the images upstream
6666
pip install cmake==3.30.4
6767
68-
# - uses: assignUser/stash/restore@v1
69-
# with:
70-
# token: '${{ secrets.ARTIFACT_CACHE_TOKEN }}'
71-
# path: '${{ env.CCACHE_DIR }}'
72-
# key: ccache-linux-adapters
68+
- uses: assignUser/stash/restore@v1
69+
with:
70+
token: '${{ secrets.ARTIFACT_CACHE_TOKEN }}'
71+
path: '${{ env.CCACHE_DIR }}'
72+
key: ccache-linux-adapters
7373

7474
- name: "Zero Ccache Statistics"
7575
run: |

0 commit comments

Comments
 (0)