mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(apr)
This commit is contained in:
parent
ab2ea4ca88
commit
25f62798c0
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ build:
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
script: |
|
script: |
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
make --jobs {{ hw.concurrency }} install
|
make --jobs {{ hw.concurrency }}
|
||||||
|
make install
|
||||||
env:
|
env:
|
||||||
# add any environment variables here
|
# add any environment variables here
|
||||||
ARGS:
|
ARGS:
|
||||||
|
|
Loading…
Reference in a new issue