Skip to content

Commit

Permalink
Try to fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Nov 12, 2024
1 parent 131d8b4 commit 6bff6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache-key-prefix: 'install-qt-action-android'
modules: 'qt5compat qtconnectivity qthttpserver qtimageformats qtlocation qtmultimedia qtpositioning qtsensors qtserialport qtshadertools qtspeech qtwebsockets qtwebview'
target: 'android'
version: '6.8.*'
version: '6.8.0'
arch: 'android_arm64_v8a'
- name: Set up OpenJDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
aqtversion: ==3.1.*
cache: 'true'
modules: 'qt5compat qtconnectivity qthttpserver qtimageformats qtlocation qtmultimedia qtpositioning qtserialport qtshadertools qtspeech qtwebsockets qtwebview'
version: '6.8.*'
version: '6.8.0'
- name: Install LinuxDeploy
uses: miurahr/install-linuxdeploy-action@v1
with:
Expand Down

0 comments on commit 6bff6a9

Please sign in to comment.