Skip to content

Commit

Permalink
chore: Test ccache config
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 9, 2023
1 parent 16daa27 commit ef135fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,9 @@ runs:
echo 'PKG_BUILD_EXTRA_FLAGS=false' | tee -a $GITHUB_ENV
shell: bash

- name: ccache configuration
run: |
ccache -p
false
shell: bash

0 comments on commit ef135fe

Please sign in to comment.