Skip to content

Commit

Permalink
chore(github-actions): ensure firefox is installed for client job
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms committed Nov 24, 2022
1 parent 944689a commit c23b7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run build-module --no-typecheck
- name: Build Python client bundles
run: npm run build-python --no-typecheck
- run: sudo apt-get install xvfb
- run: sudo apt-get install firefox xvfb
if: startsWith(runner.os, 'Linux')
- name: Run JavaScript tests (including WebGL)
# Swiftshader, used by Chrome headless, crashes when running Neuroglancer
Expand Down

0 comments on commit c23b7cb

Please sign in to comment.