Skip to content

Commit

Permalink
Install build libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Nov 26, 2023
1 parent 074f070 commit 0b327f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/arm64-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
node-version: 20
architecture: "arm64"
check-latest: true
- name: Install Build libraries
run: sudo apt-get install -y g++ make python3
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Rebuild Native Modules for ARM64
Expand Down

0 comments on commit 0b327f7

Please sign in to comment.