Skip to content

Commit

Permalink
chore: attempt to install the libssl-dev package for the cross build.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhuene committed Oct 16, 2024
1 parent 094818f commit d1c7b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: rustup update stable && rustup default stable && rustup target add ${{ matrix.rust-target }}
- run: cargo build --release --target ${{ matrix.rust-target }}
if: ${{ ! matrix.cross }}
- run: sudo apt-get install -y libssl-dev:arm64
if: ${{ matrix.cross }}
- run: cargo install cross
if: ${{ matrix.cross }}
- run: cross build --release --target ${{ matrix.rust-target }}
Expand Down

0 comments on commit d1c7b8b

Please sign in to comment.