Skip to content

Commit

Permalink
Update action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Jul 7, 2024
1 parent 97d9869 commit e19073b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
with:
submodules: true
- name: Install Qt for Desktop
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: 'true'
cache-key-prefix: 'install-qt-action-host'
version: '6.*.*'
version: '6.6.*'
- name: Set QT_HOST_PATH
run: |
echo QT_HOST_PATH=$Qt6_DIR >> $GITHUB_ENV
- name: Install Qt for Android
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: 'true'
cache-key-prefix: 'install-qt-action-android'
target: 'android'
version: '6.*.*'
version: '6.6.*'
arch: 'android_arm64_v8a'
- name: Install Additional Software
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
submodules: true
- name: Install Qt for Desktop
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: 'true'
cache-key-prefix: 'install-qt-action-macOS-host'
version: '6.5.2'
version: '6.7.*'
- name: Set QT_HOST_PATH
run: |
echo QT_HOST_PATH=$Qt6_DIR >> $GITHUB_ENV
Expand All @@ -30,7 +30,7 @@ jobs:
cache: 'true'
cache-key-prefix: 'install-qt-action-ios'
target: 'ios'
version: '6.5.2'
version: '6.7.*'
- name: Configure
run: |
cmake -E make_directory build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
submodules: true
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: 'true'
version: '6.*.*'
version: '6.7.*'
- name: Install LinuxDeploy
uses: miurahr/install-linuxdeploy-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
submodules: true
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: 'true'
version: '6.5.2'
version: '6.7.*'
- name: Configure
run: |
cmake -E make_directory build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
submodules: true
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: 'true'
version: '6.*.*'
version: '6.7.*'
- name: Configure
run: |
cmake -E make_directory build
Expand Down

0 comments on commit e19073b

Please sign in to comment.