Skip to content

Commit

Permalink
fix DOWNLOAD_CACHE_VERSION and check .ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Dec 24, 2024
1 parent d90a31c commit 3f2bd39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: test
env:
CC: "ccache clang"
CXX: "ccache clang++"
DOWNLOAD_CACHE_VERSION: 8

on:
# don't run on push to main cuz i do that a lot
Expand Down Expand Up @@ -74,6 +75,9 @@ jobs:
- name: Build
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --parallel $(nproc)

- name: Verify cache
run : ls -a

# - name: Test
# working-directory: ${{ steps.strings.outputs.build-output-dir }}
# # Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
Expand Down

0 comments on commit 3f2bd39

Please sign in to comment.