Skip to content

Commit

Permalink
sudo install dylib due to arm64 mac runners
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 2, 2024
1 parent cea3e2c commit 2f1a3b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
path: getargv
token: ${{ secrets.GH_PAT }}
- name: Build libgetargv
run: make install_dylib
run: make dylib
working-directory: getargv
- name: install libgetargv
run: sudo make install_dylib
working-directory: getargv
- uses: actions/checkout@v4
- run: sed -e 's/@camjn/@getargv/' -i '' package.json
Expand Down

0 comments on commit 2f1a3b0

Please sign in to comment.