Skip to content

Commit

Permalink
update CI to use cmake.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Aug 18, 2023
1 parent 1ca1790 commit cc1a9eb
Show file tree
Hide file tree
Showing 5 changed files with 4,517 additions and 2,828 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ jobs:
- name: Build project
run: npx lerna run build

- name: Install cross-compilation tools
if: ${{ matrix.linux }}
uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: aarch64-unknown-linux-gnu

- name: install multilib
if: ${{ matrix.linux }}
run: sudo apt install gcc-multilib

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

0 comments on commit cc1a9eb

Please sign in to comment.