Update cmake.yml

norm-ccd
Brian Adamson 2025-03-26 00:59:42 -04:00 committed by GitHub
parent d4faaebba4
commit a626a98f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ env:
CMAKE_VERSION: 3.16.2 CMAKE_VERSION: 3.16.2
NINJA_VERSION: 1.9.0 NINJA_VERSION: 1.9.0
BUILD_TYPE: Release BUILD_TYPE: Release
CCACHE_VERSION: 3.7.7 CCACHE_VERSION: 4.0.0
jobs: jobs:
build: build:
@ -102,7 +102,7 @@ jobs:
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC) string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}") message("::set-output name=timestamp::${current_date}")
- name: ccache cache files - name: ccache cache files
uses: actions/cache@v4.0.0 uses: actions/cache@v4
with: with:
path: .ccache path: .ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}