Skip to content

Commit 6153106

Browse files
authored
downgrade ccache action to 1.2.11 again
1.2.12 introduces node20 which causes a keepalive on save cache causing a 2+min wait
1 parent d82c2f3 commit 6153106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
sudo pip install meson
8585
8686
- name: ccache
87-
uses: hendrikmuhs/ccache-action@v1.2
87+
uses: hendrikmuhs/ccache-action@v1.2.11 # Keep this at 1.2.11 until #181 or #182 is closed
8888
with:
8989
key: ${{ github.job }}-${{ matrix.os }}
9090

@@ -191,7 +191,7 @@ jobs:
191191
github_token: ${{ secrets.GITHUB_TOKEN }}
192192

193193
- name: ccache
194-
uses: hendrikmuhs/ccache-action@v1.2
194+
uses: hendrikmuhs/ccache-action@v1.2.11 # Keep this at 1.2.11 until #181 or #182 is closed
195195
with:
196196
key: ${{ github.job }}-${{ matrix.os }}
197197

0 commit comments

Comments
 (0)