Skip to content

Commit 9672843

Browse files
committed
fixup! CI: Build for FreeBSD 14.4 (in addition to latest) and also aarch64
1 parent c135d94 commit 9672843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
- os: debian:oldstable
4444
config:
4545
cmake_args: "-DENABLE_API=ON -DCMAKE_C_COMPILER=clang"
46+
# CMake can't find Threads support using GCC
47+
- os: freebsd:14.4:aarch64
48+
config:
49+
cmake_args: "-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc"
4650

4751
runs-on: ubuntu-latest
4852

0 commit comments

Comments
 (0)