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

Commit

Permalink
cross-compile
Browse files Browse the repository at this point in the history
tiero committed Jun 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7b5aca7 commit c563482
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
@@ -15,8 +15,8 @@ jobs:

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

0 comments on commit c563482

Please sign in to comment.