Skip to content

Commit

Permalink
FreeBSD testing: actually set DISPLAY
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Nov 5, 2023
1 parent f0bb386 commit 436c000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo pkg update
sudo pkg install -y perl5 libX11 libXft png freetype2 fontconfig jpeg-turbo xorg-vfbserver
Xvfb :123 &
export DISPLAY=:123
perl Makefile.PL
make
make test

0 comments on commit 436c000

Please sign in to comment.