Skip to content

Commit

Permalink
CI: simplify Qt cache key prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 28, 2023
1 parent 1381a0e commit dd6cac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
version: ${{matrix.qt_version}}
cache: true
cache-key-prefix: ${{runner.os}}-QtCache
cache-key-prefix: QtCache

# Actually needed for Qt6
- name: Install dependencies for "xcb" Qt plugin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
cache: true
cache-key-prefix: ${{runner.os}}-QtCache
cache-key-prefix: QtCache

- name: Install OpenCascade
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
cache: true
cache-key-prefix: ${{runner.os}}-QtCache
cache-key-prefix: QtCache

- name: Cache OpenCascade archive
id: cache-occ
Expand Down

0 comments on commit dd6cac7

Please sign in to comment.