Skip to content

Commit

Permalink
ci: Fix failing Linux package install (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Feb 4, 2025
1 parent 9b5411d commit a61f832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- name: Install Linux deps
if: runner.os == 'Linux'
run: |
sudo apt -y update
sudo apt -y install \
libva2 libva-drm2 \
nodejs npm xvfb
Expand Down

0 comments on commit a61f832

Please sign in to comment.