Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Mar 9, 2024
1 parent 32ac59f commit 70e56b4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@ jobs:
- run: sudo apt -y install musl-dev musl-tools
if: matrix.build == 'linux'

- run: choco install openssl
if: matrix.build == 'windows'

- run: echo 'OPENSSL_DIR=C:\Program Files\OpenSSL-Win64' | Out-File -FilePath
$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: |
run: |-
cargo build --release --locked --target ${{ matrix.target }}
if: matrix.build != 'linux'

0 comments on commit 70e56b4

Please sign in to comment.