Skip to content

Commit

Permalink
try switching to hendrikmuhs/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Sep 25, 2024
1 parent 721ead4 commit 9845bce
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,10 @@ jobs:
echo "BLAS_PREFERENCE_LIST=ReferenceBLAS" >> $GITHUB_ENV
fi
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
shell: cmake -P {0}
run: |
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
- name: Setup ccache cache files
uses: actions/cache@v4
- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
path: ${{github.workspace}}/build/.ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
restore-keys: |
${{ matrix.config.name }}-ccache-
key: ccache-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.linalg }}

- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
Expand Down

0 comments on commit 9845bce

Please sign in to comment.