mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added "brew update"
This commit is contained in:
parent
ed638bb5fc
commit
c0a1054a54
8
.github/workflows/osx.yml
vendored
8
.github/workflows/osx.yml
vendored
@ -15,7 +15,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: brew install qt5
|
||||
run: |
|
||||
brew update
|
||||
brew install qt5
|
||||
- name: Create localization
|
||||
run: lrelease gpxsee.pro
|
||||
- name: Configure build
|
||||
@ -39,7 +41,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: brew install qt6
|
||||
run: |
|
||||
brew update
|
||||
brew install qt6
|
||||
- name: Create localization
|
||||
run: lrelease gpxsee.pro
|
||||
- name: Configure build
|
||||
|
Loading…
Reference in New Issue
Block a user