From 4b1df7ed7026d74b35c04b31aed6de242c30be33 Mon Sep 17 00:00:00 2001 From: Gellert Hegyi Date: Sun, 3 Nov 2024 09:09:03 +0100 Subject: [PATCH] fix ci --- .github/workflows/macos-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 35816ed3..dd0755a6 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -23,12 +23,14 @@ jobs: run: | xcode-select --install || true + - name: Install setuptools + run: pip install setuptools + - name: Install dependencies run: npm ci - name: Verify native module build - run: | - npm run build + run: npm run build - name: Upload build artifacts uses: actions/upload-artifact@v4