Skip to content

Commit e80a0e0

Browse files
committed
FreeBSD testing: try downgrading to clang 13
1 parent 336d227 commit e80a0e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-freebsd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
shell: sh
2020
run: |
2121
sudo pkg update
22-
sudo pkg install -y perl5 libX11 libXft png freetype2 fontconfig jpeg-turbo xorg-vfbserver
22+
sudo pkg install -y perl5 libX11 libXft png freetype2 fontconfig jpeg-turbo xorg-vfbserver llvm13
23+
cc --version
2324
nohup Xvfb :123 > /dev/null 2>&1 &
2425
export DISPLAY=:123
2526
perl Makefile.PL

0 commit comments

Comments
 (0)