Skip to content

Commit

Permalink
cargo build --features "openssl/vendored"
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Dec 15, 2023
1 parent d7c1209 commit 8ba97a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,14 @@ jobs:
$env:GITHUB_ENV -Append
if: matrix.build == 'windows'

- name: Build Linux
run: cargo build --release --locked --target ${{ matrix.target }} --features
"openssl/vendored"
if: matrix.build == 'linux'

- name: Build
run: cargo build --release --locked --target ${{ matrix.target }}
if: matrix.build != 'linux'

- name: Build archive
shell: bash
Expand Down

0 comments on commit 8ba97a5

Please sign in to comment.