mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
le sigh
This commit is contained in:
parent
639de95e97
commit
6047323fe1
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
FORCE_UNSAFE_CONFIGURE: 1 # some configure scripts refuse to run as root
|
FORCE_UNSAFE_CONFIGURE: 1 # some configure scripts refuse to run as root
|
||||||
APPLE_IDENTITY: ${{ secrets.APPLE_IDENTITY || '-' }}
|
APPLE_IDENTITY: ${{ secrets.APPLE_IDENTITY || '-' }}
|
||||||
SRCROOT: $GITHUB_WORKSPACE
|
SRCROOT: ${{ env.GITHUB_WORKSPACE }}
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
ABS_PATHS=$(echo $PATHS | tr ' ' '\n' | sed -e "s_^_/opt/_" | tr '\n' ' ')
|
ABS_PATHS=$(echo $PATHS | tr ' ' '\n' | sed -e "s_^_/opt/_" | tr '\n' ' ')
|
||||||
|
@ -130,7 +130,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
# FIXME: this shouldn't be necessary, but it currently is for the
|
# FIXME: this shouldn't be necessary, but it currently is for the
|
||||||
# ubuntu+container test matrix entries. :/
|
# ubuntu+container test matrix entries. :/
|
||||||
PKGX_PANTRY_PATH: $GITHUB_WORKSPACE
|
PKGX_PANTRY_PATH: ${{ env.GITHUB_WORKSPACE }}
|
||||||
|
|
||||||
- name: "[post]"
|
- name: "[post]"
|
||||||
run: echo "HAS_SECRETS=$HAS_SECRETS" >>$GITHUB_ENV
|
run: echo "HAS_SECRETS=$HAS_SECRETS" >>$GITHUB_ENV
|
||||||
|
|
Loading…
Reference in a new issue