Skip to content

Commit ab808f5

Browse files
Merge branch 'fix/release-ubuntu-version' of github.com:availproject/avail-light into fix/release-ubuntu-version
2 parents 030362e + 2a0798b commit ab808f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/avail-light-client.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
rust_target: aarch64-unknown-linux-gnu
2626
output_name: avail-light-linux-arm64
2727
extra_setup: |
28-
sudo apt-get install -y libssl-dev
28+
sudo apt-get update
29+
sudo apt-get install -y libssl-dev:arm64
2930
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
3031
rustup target add aarch64-unknown-linux-gnu
3132
export BINDGEN_EXTRA_CLANG_ARGS='--sysroot /usr/aarch64-linux-gnu'

0 commit comments

Comments
 (0)