mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
fiexed configure step
This commit is contained in:
parent
529d2c232f
commit
1c3dc59892
2
.github/workflows/musl.yml
vendored
2
.github/workflows/musl.yml
vendored
@ -19,6 +19,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: apk add binutils --no-cache build-base readline-dev openssl-dev ncurses-dev git cmake zlib-dev libsodium-dev gnu-libiconv
|
||||
- name: Configure
|
||||
run: make -j$(nproc) CC=cc V=1 TARGET=linux-musl USE_LUA=1 LUA_INC=/usr/include/lua5.3 LUA_LIB=/usr/lib/lua5.3 USE_OPENSSL=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1
|
||||
run: ./configure
|
||||
- name: make
|
||||
run: make -C build
|
Loading…
Reference in New Issue
Block a user