changeset 32025:6db223403fdb

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 16 Apr 2023 14:28:17 +0200
parents bce1850f8104 (current diff) e3793a404ea1 (diff)
children 36b6c5a77727
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Sat Apr 15 20:51:50 2023 +0200
+++ b/.github/workflows/make.yaml	Sun Apr 16 14:28:17 2023 +0200
@@ -482,6 +482,7 @@
         run: |
           echo "ccachedir=$(cygpath -m $(ccache -k cache_dir))" >> $GITHUB_OUTPUT
           echo "key=ccache:${{ matrix.os }}:${{ matrix.msystem }}:${{ github.ref }}:$(date +"%Y-%m-%d_%H-%M-%S"):${{ github.sha }}" >> $GITHUB_OUTPUT
+          echo "timestamp=$(date +"%Y-%m-%d_%H-%M-%S")" >> $GITHUB_OUTPUT
 
       - name: restore ccache
         # Setup the github cache used to maintain the ccache from one job to the next