Skip to content

Commit

Permalink
CI: modify cache id
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 13, 2025
1 parent 01b47cd commit 7ed239e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
BUILD_DIR: ${{github.workspace}}/build
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOLS_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.BUILD_TYPE}}
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}
Calendar_VERSION: v0.0.32
artifact_name: build_appimage_${{matrix.os}}
qt_modules: 'qtscxml'
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
# See: https://ddalcino.github.io/aqt-list-server/
modules: ${{env.qt_modules}}
cache: true
cache-key-prefix: cached-qt
cache-key-prefix: cached-qt_${{matrix.qt_arch}}

- name: build appimage
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
BUILD_DIR: ${{github.workspace}}/build
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOLS_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
Calendar_VERSION: 1.0.20
artifact_name: build_${{matrix.os}}

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
path: |
${{env.INSTALL_DIR}}
key: install_ubuntu_${{matrix.BUILD_TYPE}}
key: install_ubuntu_${{matrix.os}}_${{matrix.BUILD_TYPE}}

- name: build_debpackage.sh
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 7ed239e

Please sign in to comment.