Skip to content

Commit c6bec67

Browse files
committed
Cache Support: Try 6
1 parent 55e8982 commit c6bec67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ on:
2828
jobs:
2929
build-kernel-oneplus-kernelsu-susfs:
3030
runs-on: ubuntu-latest
31+
env:
32+
CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion"
33+
CCACHE_NOHASHDIR: "true"
34+
CCACHE_HARDLINK: "true"
3135

3236
steps:
3337
- name: Maximize build space

0 commit comments

Comments
 (0)