Skip to content

Commit 1c7f296

Browse files
committed
fix: explicitly install lunux-x86-gnu version of rollup
Building on an arm64 Mac, we were running into this issue: npm/cli#4828 ...whereby our package-lock only specified the arm64 version of this dependency, so we explicitly install it here.
1 parent d30c645 commit 1c7f296

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
uses: ./.github/actions/install-dependencies
5252

53+
- name: Explicitly install Rolldown linux binaries
54+
if: ${{ steps.filter.outputs.any-workspace == 'true' }}
55+
run: npm install @rolldown/linux-x64-gnu --no-save --ignore-scripts
56+
5357
- name: Build packages
5458
if: ${{ steps.filter.outputs.any-workspace == 'true' }}
5559
run: npm run build

0 commit comments

Comments
 (0)