Skip to content

Commit

Permalink
Actually use ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 12, 2023
1 parent 9d36f37 commit 9876528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9876528

Please sign in to comment.