File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -477,20 +477,20 @@ jobs:
477
477
- name : Build (Release)
478
478
run : cmake --build release
479
479
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`
You can’t perform that action at this time.
0 commit comments