Skip to content

Commit 8d0467b

Browse files
committed
deal with arm runners
1 parent 838fed3 commit 8d0467b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/python-package.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
path: getargv
3232
token: ${{ secrets.GH_PAT }}
3333
- name: Build libgetargv
34-
run: make install_dylib
34+
run: make dylib
35+
working-directory: getargv
36+
- name: Install libgetargv
37+
run: sudo make install_dylib
3538
working-directory: getargv
3639
- uses: actions/checkout@v4
3740
with:
@@ -70,7 +73,10 @@ jobs:
7073
path: getargv
7174
token: ${{ secrets.GH_PAT }}
7275
- name: Build libgetargv
73-
run: make install_dylib
76+
run: make dylib
77+
working-directory: getargv
78+
- name: Install libgetargv
79+
run: sudo make install_dylib
7480
working-directory: getargv
7581
- uses: actions/checkout@v4
7682
with:

0 commit comments

Comments
 (0)