Skip to content

Commit 11be67e

Browse files
committed
try disabling ccache to make sure
1 parent c29cc20 commit 11be67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
sudo apt-get install -y gcc-multilib g++-multilib ccache libuv1-dev:i386 pkgconf:i386
102102
if: matrix.cmultilib
103103
- name: Restore Cache
104+
if: false
104105
id: restore-cache
105106
uses: actions/cache/restore@v4
106107
with:

0 commit comments

Comments
 (0)