Skip to content

Commit

Permalink
fix installing dylib on arm mac
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 9, 2024
1 parent c61f0a1 commit 3bef1ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
LIBGETARGV_LIB_DIR: /usr/local/lib/

jobs:
build:
Expand All @@ -23,7 +24,10 @@ jobs:
path: getargv-c
token: ${{ secrets.GH_PAT }}
- name: Build libgetargv
run: make install_dylib
run: make dylib
working-directory: getargv-c
- name: Install libgetargv
run: sudo make install_dylib
working-directory: getargv-c
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3bef1ae

Please sign in to comment.