.github/lint: export PATH.

This commit is contained in:
waddlesplash
2022-03-24 09:34:32 -04:00
committed by GitHub
parent dd7a4c3ca3
commit bd9ec3070c

View File

@@ -24,7 +24,7 @@ jobs:
- name: 'Set up HaikuPorter'
run: |
cd .. && git clone https://github.com/haikuports/haikuporter.git --depth=1 && cd haikuports
'PATH=$PATH:../haikuporter && export PATH'
'PATH=$PATH:../haikuporter' && export PATH
printf 'TREE_PATH="'`pwd`'"\nPACKAGER="Nobody <server@fake>"\nTARGET_ARCHITECTURE="x86"\n' >haikuports.conf
wget https://github.com/waddlesplash/haiku-licenses/archive/master.zip && unzip master.zip
- name: 'Lint new recipes'