diff --git a/.cirrus.yml b/.cirrus.yml index 1e2faa61c..36bfaaa1f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -89,7 +89,8 @@ FreeBSD_task: install_script: - pkg update -f && pkg upgrade -y && pkg install -y gmake gcc compile_script: - - gmake + - ls -l /usr/local/lib + - gmake CC=gcc #task: # name: Windows/LLVM16 --- too slow ---