From 2f1a3b0dc595988fc4b669b52c91aed71811429c Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Thu, 1 Aug 2024 21:11:19 -0600 Subject: [PATCH] sudo install dylib due to arm64 mac runners --- .github/workflows/npm.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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