Skip to content

Commit 1feeeeb

Browse files
committed
change to SODIUM_LIB_DIR
1 parent 06bdebc commit 1feeeeb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,9 @@ jobs:
8080
8181
yarn build --target aarch64-unknown-linux-gnu
8282
# SODIUM_DIST_DIR="$(pwd)/libsodium" yarn build --target aarch64-unknown-linux-gnu
83-
SODIUM_DIST_DIR="$(pwd)/libsodium" yarn build --zig --target aarch64-unknown-linux-gnu
83+
SODIUM_LIB_DIR="$(pwd)/libsodium" yarn build --zig --target aarch64-unknown-linux-gnu
8484
# yarn build --target aarch64-unknown-linux-gnu --zig-abi-suffix=gnu
8585
86-
echo "printing config.log"
87-
cat config.log
88-
8986
# - host: ubuntu-latest
9087
# target: armv7-unknown-linux-gnueabihf
9188
# setup: |

0 commit comments

Comments
 (0)