Skip to content

Commit

Permalink
fix xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Nov 21, 2024
1 parent 294f6da commit 52a6a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install binary dependencies
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- uses: julia-actions/setup-julia@v1
with:
version: '1'
Expand Down

0 comments on commit 52a6a89

Please sign in to comment.