Skip to content

Commit

Permalink
chore(workflows/release.yml): install cross crate for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen authored Jul 24, 2023
1 parent b824a3d commit f70fbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
with:
targets: aarch64-apple-darwin, aarch64-unknown-linux-gnu

- name: Install dependencies (linux)
- name: Install Cargo dependencies (linux)
if: runner.os == 'Linux'
run: sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
run: cargo install cross
shell: bash

- name: Build (unix)
Expand Down

0 comments on commit f70fbd3

Please sign in to comment.