We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838fed3 commit 8d0467bCopy full SHA for 8d0467b
.github/workflows/python-package.yml
@@ -31,7 +31,10 @@ jobs:
31
path: getargv
32
token: ${{ secrets.GH_PAT }}
33
- name: Build libgetargv
34
- run: make install_dylib
+ run: make dylib
35
+ working-directory: getargv
36
+ - name: Install libgetargv
37
+ run: sudo make install_dylib
38
working-directory: getargv
39
- uses: actions/checkout@v4
40
with:
@@ -70,7 +73,10 @@ jobs:
70
73
71
74
72
75
76
77
78
79
80
81
82
0 commit comments