Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
use static linking for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvw committed Feb 11, 2021
1 parent 9bb91e1 commit 67c2712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
export VERSION=$(echo ${{ github.ref }} | sed -e 's/[^0-9\.]//g')
sed -i '' 's/version = "0.1.0"/version = "'${VERSION}'"/' Cargo.toml
export OPENSSL_STATIC=1
cargo build --release
echo ::set-output name=VERSION::${VERSION}
- name: Archive
Expand Down

0 comments on commit 67c2712

Please sign in to comment.