try to fix freebsd

This commit is contained in:
Eve 2023-09-23 04:19:02 +00:00 committed by GitHub
parent 05c5adaadc
commit 4913506896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -468,11 +468,11 @@ jobs:
with:
operating_system: freebsd
version: '13.2'
hypervisor: 'qemu'
hypervisor: 'xhyve'
run: |
sudo pkg update
sudo pkg install -y gmake automake autoconf pkgconf llvm15 clinfo clover opencl clblast openblas
gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15
gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15 -j $(sysctl -n hw.ncpu)
release:
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}