Skip to content

Commit 7111989

Browse files
committed
ayufan: workflow: speed-up ccache build
1 parent b0efd81 commit 7111989

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- name: Set up QEMU
1818
uses: docker/setup-qemu-action@v2
1919
- name: Configure ccache
20-
run: echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
20+
run: |
21+
echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
22+
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
2123
- name: Reset ccache statistics
2224
run: ccache -M 0 -F 0
2325
- name: Build package

0 commit comments

Comments
 (0)