mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-10-06 19:59:42 +07:00
change to static linking when building so older Linux distributions are supported (#5)
This commit is contained in:
@@ -18,8 +18,8 @@ jobs:
|
||||
sudo apt update
|
||||
sudo apt-get --no-install-recommends --yes install \
|
||||
libc6-dev-amd64-cross \
|
||||
gcc-11-aarch64-linux-gnu libc6-dev-arm64-cross \
|
||||
gcc-11-arm-linux-gnueabihf libc6-dev-armhf-cross
|
||||
gcc-aarch64-linux-gnu libc6-dev-arm64-cross \
|
||||
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user