Skip to content

Commit 0efbe02

Browse files
committed
fix: explicitly install Rollup linux binaries in test step
1 parent a76c2e1 commit 0efbe02

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/test-package/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ runs:
1515
run: |
1616
if [[ ${{ inputs.package_name }} == "scratch-render" ]]; then
1717
npx playwright install --with-deps chromium
18-
fi
18+
fi
19+
- name: Explicitly install Rolldown linux binaries
20+
shell: bash
21+
run: npm install @rolldown/binding-linux-x64-gnu --no-save --ignore-scripts
22+
1923
- name: Test
2024
working-directory: ./packages/${{ inputs.package_name }}
2125
shell: bash

0 commit comments

Comments
 (0)