Skip to content

Commit

Permalink
Ignore workspace root check
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Nov 26, 2023
1 parent c06831e commit 074f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 074f070

Please sign in to comment.