Skip to content

Commit

Permalink
workflow: fix CCACHE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Nov 10, 2023
1 parent e097087 commit a4e271f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on: [push]

env:
RELEASE_START: 1150 # 1150, as this is latest build by GitLab CI
CCACHE_DIR: $RUNNER_TEMP/ccache

jobs:
build:
Expand All @@ -17,6 +16,8 @@ jobs:
apt-get -y install docker.io
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Configure ccache
run: echo "CCACHE_DIR=${{ env.RUNNER_TEMP }}/ccache" >> $GITHUB_ENV
- name: Reset ccache statistics
run: ccache -M 0 -F 0
- name: Build package
Expand Down

0 comments on commit a4e271f

Please sign in to comment.