We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c43d47b + ccd8a36 commit df87e97Copy full SHA for df87e97
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
5
jobs:
6
freebsd-cross-build:
7
+ # Not building currently, container seems to have issues
8
+ if: false
9
+
10
name: Cross-Build for FreeBSD
11
runs-on: 'ubuntu-24.04'
12
env:
0 commit comments