Skip to content

Commit 6e1de64

Browse files
committed
ayufan: workflow: use CCACHE_DIR
1 parent d493a23 commit 6e1de64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ on: [push]
22

33
env:
44
RELEASE_START: 1150 # 1150, as this is latest build by GitLab CI
5+
CCACHE_DIR: $RUNNER_TEMP/ccache
56

67
jobs:
78
build:
89
runs-on: [self-hosted, Linux, ARM64]
9-
container: ayufan/rock64-dockerfiles:bookworm
10+
container: ayufan/rock64-dockerfiles:arm64
1011
steps:
1112
- name: Checkout
1213
uses: actions/checkout@v3
@@ -16,8 +17,6 @@ jobs:
1617
apt-get -y install docker.io
1718
- name: Set up QEMU
1819
uses: docker/setup-qemu-action@v2
19-
- name: Configure ccache
20-
run: echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
2120
- name: Reset ccache statistics
2221
run: ccache -M 0 -F 0
2322
- name: Build package

0 commit comments

Comments
 (0)