Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spataru authored Nov 19, 2024
1 parent 01814cc commit 9117273
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build
on: [push]
env:
QT_VERSION_LINUX: 6.8.0
QT_VERSION_MACOS: 6.8.0
QT_VERSION_WINDOWS: 6.8.0

jobs:
build-linux:
runs-on: ubuntu-22.04
Expand All @@ -12,7 +17,6 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION_LINUX}}
modules: ${{env.QT_MODULES}}
cache: true
install-deps: 'true'

Expand Down Expand Up @@ -65,7 +69,6 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION_MACOS}}
modules: ${{env.QT_MODULES}}
arch: clang_64
cache: 'true'

Expand Down Expand Up @@ -102,7 +105,6 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION_WINDOWS}}
modules: ${{env.QT_MODULES}}
cache: 'true'
arch: win64_msvc2022_64

Expand Down

0 comments on commit 9117273

Please sign in to comment.