Skip to content

Commit

Permalink
Update Qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Dec 3, 2024
1 parent 5c85f9f commit 68d2c49
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-key-prefix: 'install-qt-action-android'
modules: 'qtlocation qtpositioning'
target: 'android'
version: '6.8.0'
version: '6.8.1'
arch: 'android_arm64_v8a'
- name: Set up OpenJDK 17
uses: actions/setup-java@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
cache: 'true'
cache-key-prefix: 'install-qt-action-macOS-host'
version: '6.8.*'
version: '6.8.1'
- name: Set QT_HOST_PATH
run: |
echo QT_HOST_PATH=$Qt6_DIR >> $GITHUB_ENV
Expand All @@ -41,7 +41,7 @@ jobs:
cache-key-prefix: 'install-qt-action-ios'
modules: 'qtlocation qtpositioning'
target: 'ios'
version: '6.8.*'
version: '6.8.1'
- name: Install software
run: |
brew install ninja
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
cache: 'true'
modules: 'qtlocation qtpositioning'
version: '6.8.0'
version: '6.8.1'
- name: Install Additional Software
run: |
sudo apt install ninja-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
cache: 'true'
modules: 'qtlocation qtpositioning'
version: '6.8.*'
version: '6.8.1'
- name: Install Additional Software
run: |
brew install ninja
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
cache: 'true'
modules: 'qtlocation qtpositioning'
version: '6.*.*'
version: '6.8.1'
- name: Install Additional Software
run: |
sudo apt install ninja-build
Expand Down

0 comments on commit 68d2c49

Please sign in to comment.