Skip to content

Commit

Permalink
FreeBSD testing: try downgrading to clang 13
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Nov 5, 2023
1 parent 336d227 commit 6f92d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: sh
run: |
sudo pkg update
sudo pkg install -y perl5 libX11 libXft png freetype2 fontconfig jpeg-turbo xorg-vfbserver
sudo pkg install -y perl5 libX11 libXft png freetype2 fontconfig jpeg-turbo xorg-vfbserver llvm13
nohup Xvfb :123 > /dev/null 2>&1 &
export DISPLAY=:123
perl Makefile.PL
Expand Down

0 comments on commit 6f92d58

Please sign in to comment.