mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(pkl)
often this
This commit is contained in:
parent
bd3c25168e
commit
7f9795147a
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ build:
|
||||||
install -D jpkl {{prefix}}/bin/jpkl
|
install -D jpkl {{prefix}}/bin/jpkl
|
||||||
install -D pkl-${SYS_NAME}-${ARCH_NAME} {{prefix}}/bin/pkl
|
install -D pkl-${SYS_NAME}-${ARCH_NAME} {{prefix}}/bin/pkl
|
||||||
working-directory: pkl-cli/build/executable
|
working-directory: pkl-cli/build/executable
|
||||||
|
# otherwise segfaults
|
||||||
|
skip: fix-patchelf
|
||||||
env:
|
env:
|
||||||
darwin:
|
darwin:
|
||||||
SYS_NAME: macos
|
SYS_NAME: macos
|
||||||
|
|
Loading…
Reference in a new issue