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 548f7e2 commit df8d32c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
path: getargv
token: ${{ secrets.GH_PAT }}
- name: Build libgetargv
run: make install_dylib
run: make dylib
- name: Install libgetargv
run: sudo make install_dylib
working-directory: getargv
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit df8d32c

Please sign in to comment.