Skip to content

Commit

Permalink
Cache key prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 17, 2023
1 parent a2d14b7 commit c554a12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ jobs:
modules: 'qt5compat qtcharts qtpositioning qtconnectivity qtimageformats qtmultimedia qtwebview qtsensors'
target: ios
cache: true
cache-key-prefix: install-qt-action-ios

- name: 💐 Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.INSTALL_QT_VERSION }}
target: desktop
cache: true
cache-key-prefix: install-qt-action-mac

- name: 🍹 Prepare ios build env
run: |
Expand Down

0 comments on commit c554a12

Please sign in to comment.