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 e097087 commit 52b1946Copy full SHA for 52b1946
.github/workflows/build.yaml
@@ -2,7 +2,6 @@ on: [push]
2
3
env:
4
RELEASE_START: 1150 # 1150, as this is latest build by GitLab CI
5
- CCACHE_DIR: $RUNNER_TEMP/ccache
6
7
jobs:
8
build:
@@ -17,6 +16,8 @@ jobs:
17
16
apt-get -y install docker.io
18
- name: Set up QEMU
19
uses: docker/setup-qemu-action@v2
+ - name: Configure ccache
20
+ run: echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
21
- name: Reset ccache statistics
22
run: ccache -M 0 -F 0
23
- name: Build package
0 commit comments