For some reason pantry path isn't getting set

This commit is contained in:
Max Howell 2023-02-25 11:31:33 -05:00
parent d57ed9a803
commit e9c6d16019
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -50,6 +50,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
FORCE_UNSAFE_CONFIGURE: 1 # some configure scripts refuse to run as root
TEA_PANTRY_PATH: ${{ github.workspace }}
- run: |
ABS_PATHS=$(echo $PATHS | tr ' ' '\n' | sed -e "s_^_$TEA_PREFIX/_" | tr '\n' ' ')
@ -120,6 +121,7 @@ jobs:
- run: pkg test ${{ inputs.projects }}
env:
GITHUB_TOKEN: ${{ github.token }}
TEA_PANTRY_PATH: ${{ github.workspace }}
- name: '[post]'
run: