We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76c2e1 commit 0efbe02Copy full SHA for 0efbe02
1 file changed
.github/actions/test-package/action.yml
@@ -15,7 +15,11 @@ runs:
15
run: |
16
if [[ ${{ inputs.package_name }} == "scratch-render" ]]; then
17
npx playwright install --with-deps chromium
18
- fi
+ 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
+
23
- name: Test
24
working-directory: ./packages/${{ inputs.package_name }}
25
shell: bash
0 commit comments