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 Jul 9, 2024
1 parent 0756b7d commit cc74322
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/builds_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
APP_NAME: "OffloadBuddy"
APP_VERSION: "0.12"
QT_VERSION: "6.6.3"
QT_VERSION: "6.7.2"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand All @@ -35,7 +35,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}
modules: qtmultimedia qtpositioning qtlocation qtcharts
Expand Down Expand Up @@ -109,15 +109,15 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}
modules: qtmultimedia qtpositioning qtlocation qtcharts

# Install dependencies (from package manager)
- name: Install dependencies (from package manager)
run: |
brew install ninja automake autoconf libtool pkg-config gettext
brew install ninja automake autoconf libtool pkg-config gettext ffmpeg
brew link --force gettext
# Setup env
Expand All @@ -143,8 +143,8 @@ jobs:
- name: Deploy application
run: ./deploy_macos.sh -c -p

# Upload app ZIP
- name: Upload app ZIP
# Upload application ZIP
- name: Upload apapplicationp ZIP
uses: actions/upload-artifact@v4
with:
name: ${{env.APP_NAME}}-${{env.APP_VERSION}}-macOS.zip
Expand All @@ -166,11 +166,10 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
spectre: true

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}
modules: qtmultimedia qtpositioning qtlocation qtcharts
Expand Down Expand Up @@ -205,8 +204,8 @@ jobs:
- name: Deploy application
run: sh deploy_windows.sh -c -p

# Upload app ZIP
- name: Upload app ZIP
# Upload application ZIP
- name: Upload application ZIP
uses: actions/upload-artifact@v4
with:
name: ${{env.APP_NAME}}-${{env.APP_VERSION}}-win64.zip
Expand Down

0 comments on commit cc74322

Please sign in to comment.