Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Sep 2, 2022
1 parent 123298f commit 0e1ff70
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/builds_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==2.1.0'
version: '6.3.1'
modules: qt5compat
cached: 'false'

# Install dependencies (from package manager)
- name: Install dependencies (from package manager)
Expand Down Expand Up @@ -88,7 +86,6 @@ jobs:
with:
version: '6.3.1'
modules: qt5compat
cached: 'false'

# Build application
- name: Build application
Expand Down Expand Up @@ -133,7 +130,6 @@ jobs:
with:
version: '6.3.1'
modules: qt5compat
cached: 'false'

# Install NSIS (already installed in 'windows-2022')
#- name: Install NSIS
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/builds_desktop_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
with:
version: '6.3.1'
modules: qt5compat
cached: 'false'

# Install dependencies (from package manager)
- name: Install dependencies (from package manager)
Expand Down Expand Up @@ -86,7 +85,6 @@ jobs:
with:
version: '6.3.1'
modules: qt5compat
cached: 'false'

# Build application
- name: Build application
Expand Down Expand Up @@ -133,7 +131,6 @@ jobs:
with:
version: '6.3.1'
modules: qt5compat
cached: 'false'

# Install NSIS (already installed in 'windows-2022')
#- name: Install NSIS
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/builds_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
with:
version: '6.3.1'
modules: qt5compat
cached: 'false'

# Install Qt (Android)
- name: Install Qt (Android)
Expand All @@ -65,7 +64,6 @@ jobs:
target: 'android'
arch: 'android_arm64_v8a'
modules: qt5compat
cached: 'false'

# Setup env
- name: Setup env
Expand Down Expand Up @@ -96,7 +94,6 @@ jobs:
with:
version: '6.3.0'
modules: qt5compat
cached: 'false'

# Install Qt (iOS)
- name: Install Qt (iOS)
Expand All @@ -106,7 +103,6 @@ jobs:
host: 'mac'
target: 'ios'
modules: qt5compat
cached: 'false'

# Setup env
- name: Setup env
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/builds_mobile_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
with:
version: '6.3.1'
modules: qt5compat
cached: 'false'

# Install Qt (Android)
- name: Install Qt (Android)
Expand All @@ -64,7 +63,6 @@ jobs:
target: 'android'
arch: 'android_arm64_v8a'
modules: qt5compat
cached: 'false'

# Install dependencies (from package manager)
- name: Install dependencies (from package manager)
Expand Down Expand Up @@ -101,7 +99,6 @@ jobs:
with:
version: '6.3.0'
modules: qt5compat
cached: 'false'

# Install Qt (iOS)
- name: Install Qt (iOS)
Expand All @@ -111,7 +108,6 @@ jobs:
host: 'mac'
target: 'ios'
modules: qt5compat
cached: 'false'

# Install dependencies (from package manager)
- name: Install dependencies (from package manager)
Expand Down

0 comments on commit 0e1ff70

Please sign in to comment.