mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-08 13:43:35 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -477,7 +477,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
case $RUNNER_ARCH in
|
case $RUNNER_ARCH in
|
||||||
X64)
|
X64)
|
||||||
ldlib=/lib64/ld-linux-x86-64.so.2
|
ldlib=/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
|
||||||
;;
|
;;
|
||||||
ARM64)
|
ARM64)
|
||||||
ldlib=/lib/ld-linux-aarch64.so.1
|
ldlib=/lib/ld-linux-aarch64.so.1
|
||||||
|
Reference in New Issue
Block a user