Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmuente committed Sep 17, 2021
1 parent d6e3f5f commit ebf1e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/github-actions/build.sh
Expand Up @@ -41,7 +41,7 @@ for BINARY in $BINARIES; do
OUTPUT=$(./build.sh "${CMD_PATH}" "${OUTPUT_DIR}")
else
rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl --bin "$BINARY"
OPENSSL_LIB_DIR=/usr/lib OPENSSL_INCLUDE_DIR=/usr/include/openssl cargo build --release --target x86_64-unknown-linux-musl --bin "$BINARY"
OUTPUT=$(find "target/x86_64-unknown-linux-musl/release/" -maxdepth 1 -type f -executable \( -name "${BINARY}" -o -name "${BINARY}.*" \) -print0 | xargs -0)
fi

Expand Down

0 comments on commit ebf1e5a

Please sign in to comment.