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 e80a0e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ 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
cc --version
nohup Xvfb :123 > /dev/null 2>&1 &
export DISPLAY=:123
perl Makefile.PL
Expand Down

0 comments on commit e80a0e0

Please sign in to comment.