We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0efd81 commit 7111989Copy full SHA for 7111989
.github/workflows/build.yaml
@@ -17,7 +17,9 @@ jobs:
17
- name: Set up QEMU
18
uses: docker/setup-qemu-action@v2
19
- name: Configure ccache
20
- run: echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
+ run: |
21
+ echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
22
+ echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
23
- name: Reset ccache statistics
24
run: ccache -M 0 -F 0
25
- name: Build package
0 commit comments