Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 4, 2025
1 parent c99b0a1 commit 2985d77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
run: |
cd build_debug
cmake --build . -j$(nproc)
ls -lha ${{env.CCACHE_DIR}}
du -h -d 1 ${{env.CCACHE_DIR}}
ls -lha ${{env.CPM_SOURCE_CACHE}}
du -h -d 1 ${{env.CPM_SOURCE_CACHE}}
- name: Save cached directories
uses: actions/cache/save@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
UBSAN_OPTIONS: print_stacktrace=1
ASAN_OPTIONS: detect_odr_violation=2
CCACHE_DIR: /home/runner/.cache/ccache
CCACHE_NOHASHDIR: false
CPM_SOURCE_CACHE: /home/runner/.cache/CPM

jobs:
Expand Down

0 comments on commit 2985d77

Please sign in to comment.