Skip to content

Commit

Permalink
install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Aug 17, 2023
1 parent 4fc1296 commit 7440714
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
- name: Build project
run: npx lerna run build

- name: Install required tool
if: ${{ matrix.linux }}
run: |
sudo apt install -y binutils-aarch64-linux-gnu
sudo apt install -y gcc-multilib
- name: Install cross-compilation tools
uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: aarch64-unknown-linux-gnu

- name: install multilib
run: sudo apt install gcc-multilib

- name: Make prebuilds
if: ${{ matrix.linux }}
Expand Down

0 comments on commit 7440714

Please sign in to comment.