Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Jun 14, 2024
1 parent 6d47c2d commit 6df746e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y clang gcc-aarch64-linux-gnu protobuf-compiler libssl-dev
sudo apt-get install -y clang protobuf-compiler libssl-dev
if [ "${{ matrix.arch }}" == "arm64" ]; then
sudo apt-get install -y gcc-aarch64-linux-gnu protobuf-compiler libssl-dev:arm64
export OPENSSL_DIR=/usr/aarch64-linux-gnu
fi
- name: Install dependencies on macOS
if: runner.os == 'macOS'
Expand Down

0 comments on commit 6df746e

Please sign in to comment.