Skip to content

Commit

Permalink
try to handle perms for install on non-homebrew prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Feb 3, 2024
1 parent 90a934b commit bc624e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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
with:
Expand Down

0 comments on commit bc624e9

Please sign in to comment.