Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed May 19, 2024
1 parent 376b341 commit dffde5e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,9 @@ jobs:
- run: sudo apt -y install musl-dev musl-tools
if: matrix.build == 'linux'

- 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'
cargo build --release --locked --target ${{ matrix.target }} --features "openssl/vendored"
- name: Build archive
shell: bash
Expand Down

0 comments on commit dffde5e

Please sign in to comment.