Skip to content

Commit

Permalink
OpenSSL Build Reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hostetler committed Mar 6, 2024
1 parent c1f95b4 commit 1b9a3ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-lasr-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,13 @@ jobs:
if: matrix.target == 'x86_64-unknown-linux-musl'
run: |
sudo apt-get update
sudo apt-get install -y musl-tools musl-dev gcc-multilib
sudo apt-get install -y musl-tools musl-dev gcc-multilib libssl-dev pkg-config
echo "CC_x86_64-unknown-linux-musl=musl-gcc" >> $GITHUB_ENV
echo "CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_LINKER=musl-gcc" >> $GITHUB_ENV
echo "OPENSSL_DIR=/usr/include/openssl" >> $GITHUB_ENV
echo "OPENSSL_LIB_DIR=/usr/lib/ssl" >> $GITHUB_ENV
echo "OPENSSL_INCLUDE_DIR=/usr/include" >> $GITHUB_ENV
echo "PKG_CONFIG_ALLOW_CROSS=1" >> $GITHUB_ENV
- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 1b9a3ff

Please sign in to comment.