Skip to content

Commit

Permalink
sudo install dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 5, 2024
1 parent 0c6eba2 commit b4a5911
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 Expand Up @@ -65,7 +68,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 b4a5911

Please sign in to comment.