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

Commit

Permalink
cross rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Jun 13, 2024
1 parent 3517881 commit b9858e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y clang gcc-aarch64-linux-gnu protobuf-compiler libssl-dev
sudo apt-get update
sudo apt-get install -y clang gcc-aarch64-linux-gnu protobuf-compiler libssl-dev libssl-dev:arm64
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit b9858e5

Please sign in to comment.