Skip to content

Commit 4124430

Browse files
committed
CI: Temporarily disable FreeBSD SDL3 task.
Ports is updated, but it hasn't propagated yet: https://www.freshports.org/devel/sdl3
1 parent 02446a4 commit 4124430

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/ci.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -477,20 +477,20 @@ jobs:
477477
- name: Build (Release)
478478
run: cmake --build release
479479

480-
freebsd-SDL3:
481-
name: FreeBSD (SDL3)
482-
runs-on: ubuntu-latest
483-
steps:
484-
- uses: actions/checkout@v4
485-
with:
486-
submodules: true
487-
- name: Build
488-
uses: cross-platform-actions/[email protected]
489-
with:
490-
operating_system: freebsd
491-
version: '14.2'
492-
run: |
493-
sudo pkg update
494-
sudo pkg install -y cmake ninja sdl3
495-
cmake -B build -G Ninja . -DBUILD_SDL3=ON
496-
cmake --build build --verbose -- -j`sysctl -n hw.ncpu`
480+
# freebsd-SDL3:
481+
# name: FreeBSD (SDL3)
482+
# runs-on: ubuntu-latest
483+
# steps:
484+
# - uses: actions/checkout@v4
485+
# with:
486+
# submodules: true
487+
# - name: Build
488+
# uses: cross-platform-actions/[email protected]
489+
# with:
490+
# operating_system: freebsd
491+
# version: '14.2'
492+
# run: |
493+
# sudo pkg update
494+
# sudo pkg install -y cmake ninja sdl3
495+
# cmake -B build -G Ninja . -DBUILD_SDL3=ON
496+
# cmake --build build --verbose -- -j`sysctl -n hw.ncpu`

0 commit comments

Comments
 (0)