mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
ENV vars fix
This commit is contained in:
parent
fcb3abfc76
commit
369b12a406
5
.github/workflows/osx.yml
vendored
5
.github/workflows/osx.yml
vendored
@ -1,8 +1,5 @@
|
||||
name: OS X
|
||||
|
||||
env:
|
||||
PATH: "/usr/local/opt/qt@5/bin:$PATH"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -13,6 +10,8 @@ jobs:
|
||||
name: GPXSee
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
- name: Set environment variables
|
||||
run: echo "PATH=/usr/local/opt/qt@5/bin:$PATH" >> $GITHUB_ENV
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user