diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index c3d324d..b853ea4 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -20,7 +20,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 - run: sed -e 's/@camjn/@getargv/' -i '' package.json