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 ed9b0a2 commit ecb14bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
shell: bash
run: |
ccache -C
ls -al "C:\Users\runneradmin\.cargo\bin\ccache.exe"
ccache --version
cmake --version
Expand All @@ -85,6 +86,7 @@ jobs:
shell: bash
# 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
ls -al "D:\a\cmake-findccache\cmake-findccache\build\cl.exe"
ls -al "C:\Users\runneradmin\.cargo\bin\ccache.exe"
cmake --build "${{ steps.strings.outputs.build-output-dir }}" --config ${{ matrix.build_type }} --verbose
Expand Down

0 comments on commit ecb14bc

Please sign in to comment.