Skip to content

Commit 9d76a20

Browse files
committed
Proactively install Rollup Linux binary to prevent issue on ci
1 parent ac28b37 commit 9d76a20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
if: steps.cache-node-modules.outputs.cache-hit != 'true'
3535
run: |
3636
npm ci
37+
# Proactively install Rollup Linux binary to prevent issues
38+
npm install @rollup/rollup-linux-x64-gnu
3739
3840
- name: Run linter (includes formatting)
3941
run: npm run lint

0 commit comments

Comments
 (0)