Skip to content

Commit

Permalink
this may fix armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Feb 2, 2024
1 parent f404b42 commit 3696937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
target: armv7-unknown-linux-gnueabihf
setup: |
sudo apt-get update
sudo apt-get install perl gcc-arm-linux-gnueabihf gcc-arm-linux-gnueabihf build-essential cmake protobuf-compiler libssl-dev glibc-source musl-tools -y
build: yarn build --target armv7-unknown-linux-gnueabihf --use-napi-cross
sudo apt-get install pkg-config perl gcc-arm-linux-gnueabihf gcc-arm-linux-gnueabihf build-essential cmake protobuf-compiler libssl-dev glibc-source musl-tools -y
build: yarn build --target armv7-unknown-linux-gnueabihf
- host: ubuntu-latest
target: aarch64-unknown-linux-musl
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
Expand Down

0 comments on commit 3696937

Please sign in to comment.