Skip to content

Commit

Permalink
last time I promise
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-page committed May 2, 2024
1 parent abe318d commit 0241997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: swig -version
- run: sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- run: npm i --ignore-scripts
- run: export CCARCH=aarch64-linux-gnueabi ; ./node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp rebuild
- run: export CCARCH=aarch64-linux-gnu ; ./node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp rebuild

# publish-gpr:
# needs: build
Expand Down

0 comments on commit 0241997

Please sign in to comment.