Skip to content

Commit

Permalink
Fix linux ci (#51)
Browse files Browse the repository at this point in the history
use another ppa for drivers that doesn't segfault
  • Loading branch information
mockersf authored Sep 1, 2023
1 parent 1854567 commit 3800483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update -y -qq
sudo add-apt-repository ppa:oibaf/graphics-drivers -y
sudo add-apt-repository ppa:kisak/kisak-mesa -y
sudo apt-get update
sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
- name: Test
run: xvfb-run cargo test --no-default-features
run: xvfb-run cargo test

test-macos:
name: Test Suite (MacOS)
Expand Down

0 comments on commit 3800483

Please sign in to comment.