File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -49,23 +49,23 @@ jobs:
49
49
cmake -B build
50
50
cmake --build build --config Release
51
51
52
- freeBSD-latest :
53
- runs-on : macos-12
54
-
55
- steps :
56
- - name : Clone
57
- uses : actions/checkout@v4
58
-
59
- - name : Build
60
- uses :
cross-platform-actions/[email protected]
61
- with :
62
- operating_system : freebsd
63
- version : ' 13.3'
64
- run : |
65
- sudo pkg update
66
- sudo pkg install -y gmake sdl2 cmake
67
- cmake -B build
68
- cmake --build build --config Release
52
+ # freeBSD-latest:
53
+ # runs-on: macos-12
54
+ #
55
+ # steps:
56
+ # - name: Clone
57
+ # uses: actions/checkout@v4
58
+ #
59
+ # - name: Build
60
+ # uses: cross-platform-actions/[email protected]
61
+ # with:
62
+ # operating_system: freebsd
63
+ # version: '13.3'
64
+ # run: |
65
+ # sudo pkg update
66
+ # sudo pkg install -y gmake sdl2 cmake
67
+ # cmake -B build
68
+ # cmake --build build --config Release
69
69
70
70
ubuntu-latest-gcc :
71
71
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments