mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Use the official Qt builds instead of homebrew in mac builds
This commit is contained in:
parent
84a592998d
commit
34f935462f
18
.github/workflows/osx.yml
vendored
18
.github/workflows/osx.yml
vendored
@ -14,10 +14,11 @@ jobs:
|
|||||||
run: echo "PATH=/usr/local/opt/qt@5/bin:$PATH" >> $GITHUB_ENV
|
run: echo "PATH=/usr/local/opt/qt@5/bin:$PATH" >> $GITHUB_ENV
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install Qt
|
||||||
run: |
|
uses: jurplel/install-qt-action@v3
|
||||||
brew update
|
with:
|
||||||
brew install qt5
|
version: '5.15.8'
|
||||||
|
modules: qtpositioning qt5compat qtserialport
|
||||||
- name: Create localization
|
- name: Create localization
|
||||||
run: lrelease gpxsee.pro
|
run: lrelease gpxsee.pro
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
@ -40,10 +41,11 @@ jobs:
|
|||||||
run: echo "PATH=/usr/local/opt/qt@6/bin:$PATH" >> $GITHUB_ENV
|
run: echo "PATH=/usr/local/opt/qt@6/bin:$PATH" >> $GITHUB_ENV
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install Qt
|
||||||
run: |
|
uses: jurplel/install-qt-action@v3
|
||||||
brew update
|
with:
|
||||||
brew install qt6
|
version: '6.4.3'
|
||||||
|
modules: qtpositioning qt5compat qtserialport
|
||||||
- name: Create localization
|
- name: Create localization
|
||||||
run: lrelease gpxsee.pro
|
run: lrelease gpxsee.pro
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
|
Loading…
Reference in New Issue
Block a user