Skip to content

Commit df87e97

Browse files
Merge pull request #105 from FrameworkComputer/disable-freebsd
gh-actions: Disable FreeBSD builds
2 parents c43d47b + ccd8a36 commit df87e97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44

55
jobs:
66
freebsd-cross-build:
7+
# Not building currently, container seems to have issues
8+
if: false
9+
710
name: Cross-Build for FreeBSD
811
runs-on: 'ubuntu-24.04'
912
env:

0 commit comments

Comments
 (0)