Skip to content

Commit

Permalink
ci: Use vendored openssl for aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
The cross linux image is rather old, so we don't have a recent openssl
version.
  • Loading branch information
ctron committed Mar 20, 2024
1 parent ea79bf8 commit 59b4fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Expand Up @@ -61,6 +61,7 @@ jobs:
- target: aarch64-unknown-linux-gnu
os: ubuntu-22.04
cross: "true"
args: --features vendored
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
install: |
Expand Down

0 comments on commit 59b4fbd

Please sign in to comment.