Skip to content

Commit

Permalink
ci: more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhilt committed Oct 3, 2024
1 parent ab83fa1 commit ad55d70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,16 @@ jobs:
- name: Install requirements (Linux ARM64)
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install protobuf-compiler g++-aarch64-linux-gnu
sudo apt-get install protobuf-compiler g++-aarch64-linux-gnu pkg-config libssl-dev:arm64
- name: Install requirements (Linux RISC-V)
if: matrix.target == 'riscv64gc-unknown-linux-gnu'
run: |
sudo dpkg --add-architecture riscv64
sudo apt-get update
sudo apt-get install protobuf-compiler g++-riscv64-linux-gnu
sudo apt-get install protobuf-compiler g++-riscv64-linux-gnu pkg-config libssl-dev:riscv64
- name: Install requirements (MacOS)
if: matrix.runner == 'macos-latest'
Expand Down

0 comments on commit ad55d70

Please sign in to comment.