diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index 603ca26036..9c7162e0d5 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -306,6 +306,7 @@ jobs: echo "max_size = 2G" >> ~/.ccache/ccache.conf echo "compression = true" >> ~/.ccache/ccache.conf ccache -s + echo "/usr/lib/ccache/bin" >> $GITHUB_PATH - name: build gl2ps # There is no gl2ps package distributed by Alpine Linux for some reason. @@ -359,7 +360,7 @@ jobs: # Save the cache after we are done (successfully) building uses: actions/cache/save@v3 with: - path: ~/.ccache + path: /home/runner/rootfs/alpine-latest-x86/home/runner/.ccache key: ${{ steps.ccache-prepare.outputs.key }} - name: check