Skip to content

Commit

Permalink
chore: try to fix mesa error in unit ssr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Jan 26, 2025
1 parent 3bcc5cd commit 046f981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-ssr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install headless-gl dependencies
run: |
sudo apt-get update
sudo apt-get install -y mesa-utils xvfb libgl1-mesa-dri libglapi-mesa libosmesa6
sudo apt-get install -y vulkan-tools mesa-utils xvfb libgl1-mesa-dri libglapi-mesa libosmesa6
- name: Install dependencies
run: pnpm install
Expand All @@ -51,4 +51,5 @@ jobs:
path: |
__tests__/ssr/snapshots/**/*-actual.svg
__tests__/ssr/snapshots/**/*-actual.png
__tests__/ssr/snapshots/**/*-diff.png
retention-days: 1

0 comments on commit 046f981

Please sign in to comment.