Skip to content

Commit

Permalink
install required tool
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Aug 17, 2023
1 parent f567cd5 commit 28dbfd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Build project
run: npx lerna run build

- name: Install required tool
if: ${{ matrix.linux }}
run: apt install gcc-multilib # needed to build linux arm

- name: Make prebuilds
if: ${{ matrix.linux }}
run: npx lerna run makePrebuildsOnLinux
Expand Down

0 comments on commit 28dbfd5

Please sign in to comment.