Skip to content

Commit ef87f0b

Browse files
committed
Don't use ccache in Ubuntu 18.04 CI job
It doesn't work there because the current Node used by this action doesn't support Ubuntu 18.04. See actions/checkout#1442 (for the same issue in another action).
1 parent faff09b commit ef87f0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696

9797
- name: Install CCache
9898
uses: hendrikmuhs/[email protected]
99+
if: matrix.container != 'ubuntu:18.04'
99100
with:
100101
key: ${{ matrix.name }}
101102

0 commit comments

Comments
 (0)