Skip to content

Commit

Permalink
chore(workflows/release.yml): setup additional install linux deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen authored Jul 24, 2023
1 parent 8f48391 commit 87296d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
with:
targets: aarch64-apple-darwin, aarch64-unknown-linux-gnu

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

- name: Build (unix)
if: runner.os != 'Windows'
run: ./scripts/build.sh "${{ matrix.settings.target }}" "${{ matrix.settings.asset_name }}"
Expand Down

0 comments on commit 87296d1

Please sign in to comment.