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 7354b33 commit 5eb809b
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
OPENSSL_LIB_DIR=/usr/lib OPENSSL_INCLUDE_DIR=/usr/include/openssl cargo build --release --target x86_64-unknown-linux-musl --bin "$BINARY"
OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu 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 5eb809b

Please sign in to comment.