Skip to content

Commit

Permalink
ci: Start a dumy framebuffer for ebiten
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed May 14, 2024
1 parent 043a3c5 commit 8e9c89a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@ jobs:

build:
runs-on: ubuntu-latest
env:
DISPLAY: ':99.0'

steps:
- name: Install ebiten build dependencies
run: |
sudo apt install gcc libc6-dev libgl1-mesa-dev libxcursor-dev \
libxi-dev libxinerama-dev libxrandr-dev \
libxxf86vm-dev libasound2-dev pkg-config
- name: Run Xvfb for ebitin
run: |
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit 8e9c89a

Please sign in to comment.