mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[build] fix autogen path
This commit is contained in:
parent
231a76c14b
commit
fc67f704cc
2
.github/actions/muslbuilder/entrypoint.sh
vendored
2
.github/actions/muslbuilder/entrypoint.sh
vendored
@ -3,7 +3,7 @@
|
||||
set -Eeuxo pipefail
|
||||
|
||||
cd $GITHUB_WORKSPACE
|
||||
../autogen.sh
|
||||
./autogen.sh
|
||||
mkdir lbuild
|
||||
cd lbuild
|
||||
../configure \
|
||||
|
Loading…
Reference in New Issue
Block a user