Skip to content

Commit

Permalink
修复(CI): env LIB (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
secext2022 committed May 17, 2024
1 parent b8df8c0 commit 6323925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- run: mkdir -p setup-deno/lib
- run: cp deno setup-deno/
- run: |
LIB=data/data/com.termux/files/usr/glibc/lib \
LIB=data/data/com.termux/files/usr/glibc/lib
cp $LIB/ld-linux-aarch64.so.1 \
$LIB/libc.so.6 \
$LIB/libm.so.6 \
Expand Down

0 comments on commit 6323925

Please sign in to comment.