mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Remove obsolete environment variables setup
This commit is contained in:
parent
9e80319577
commit
7e89f339f4
4
.github/workflows/osx.yml
vendored
4
.github/workflows/osx.yml
vendored
@ -10,8 +10,6 @@ jobs:
|
||||
name: GPXSee Qt5 build
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Set environment variables
|
||||
run: echo "PATH=/usr/local/opt/qt@5/bin:$PATH" >> $GITHUB_ENV
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Qt
|
||||
@ -36,8 +34,6 @@ jobs:
|
||||
name: GPXSee Qt6 build
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Set environment variables
|
||||
run: echo "PATH=/usr/local/opt/qt@6/bin:$PATH" >> $GITHUB_ENV
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Qt
|
||||
|
Loading…
Reference in New Issue
Block a user