Skip to content

Commit

Permalink
more print
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Dec 31, 2024
1 parent caa87e6 commit 8db030d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@ jobs:
- name: Check ~
run : ls -a ~
- name: find ccache
run: find . -iname ".ccache"
run: find / -type d -name ".ccache" 2>/dev/null
- name: view cache
run : ls -a ~/.ccache
- name: tree cache
run : tree ~/.ccache
- name: ccache stats
- name: ccache config
run: ccache -p
- name: ccache stats
run: ccache -s

# - name: Test
# working-directory: ${{ steps.strings.outputs.build-output-dir }}
Expand Down

0 comments on commit 8db030d

Please sign in to comment.