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 0a4efbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,9 @@ runs:
# mkdir -p $(pwd)/../.ccache-debug
echo 'PKG_BUILD_EXTRA_FLAGS=false' | tee -a $GITHUB_ENV
- name: ccache configuration
run: |
ccache -p
false
shell: bash

0 comments on commit 0a4efbf

Please sign in to comment.