From 074f07016c7673022468f70c254aa2825613ce09 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Sun, 26 Nov 2023 18:39:09 +0100 Subject: [PATCH] Ignore workspace root check --- .github/workflows/arm64-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arm64-binary.yml b/.github/workflows/arm64-binary.yml index 6c76f6d7763c..3e44033b1ef7 100644 --- a/.github/workflows/arm64-binary.yml +++ b/.github/workflows/arm64-binary.yml @@ -24,7 +24,7 @@ jobs: - name: Install Dependencies run: yarn install --frozen-lockfile - name: Rebuild Native Modules for ARM64 - run: yarn add --force --arch=arm64 --platform=linux node-gyp && yarn --force + run: yarn add --force --arch=arm64 --platform=linux --ignore-workspace-root-check node-gyp && yarn --force - name: Build Project run: yarn build - name: Package with Caxa