We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bdebc commit 1feeeebCopy full SHA for 1feeeeb
.github/workflows/CI.yml
@@ -80,12 +80,9 @@ jobs:
80
81
yarn build --target aarch64-unknown-linux-gnu
82
# 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
+ SODIUM_LIB_DIR="$(pwd)/libsodium" yarn build --zig --target aarch64-unknown-linux-gnu
84
# yarn build --target aarch64-unknown-linux-gnu --zig-abi-suffix=gnu
85
86
- echo "printing config.log"
87
- cat config.log
88
-
89
# - host: ubuntu-latest
90
# target: armv7-unknown-linux-gnueabihf
91
# setup: |
0 commit comments