Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mradugin authored Jul 13, 2024
1 parent c74ea97 commit 09ec41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: |
ccache -C
ccache --show-stats
cmake --build "${{ steps.strings.outputs.build-output-dir }}" --config ${{ matrix.build_type }} --target clean --verbose
ls -al "D:\a\cmake-findccache\cmake-findccache\build\cl.exe"
ls -al "C:\Users\runneradmin\.cargo\bin\ccache.exe"
Expand Down

0 comments on commit 09ec41a

Please sign in to comment.