diff --git a/.github/workflows/gearcoleco.yml b/.github/workflows/gearcoleco.yml index 0e34a45..08a1820 100644 --- a/.github/workflows/gearcoleco.yml +++ b/.github/workflows/gearcoleco.yml @@ -72,20 +72,20 @@ jobs: with: name: Windows binary path: platforms/windows/release/Gearcoleco.exe - bsd: - name: FreeBSD - runs-on: macos-12 - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: make - id: test - uses: vmactions/freebsd-vm@v0 - with: - usesh: true - prepare: pkg install -y git gmake pkgconf SDL2 glew lang/gcc - run: | - cd platforms/bsd - gmake +# bsd: +# name: FreeBSD +# runs-on: macos-12 +# steps: +# - name: Checkout +# uses: actions/checkout@v2 +# with: +# fetch-depth: 0 +# - name: make +# id: test +# uses: vmactions/freebsd-vm@v0 +# with: +# usesh: true +# prepare: pkg install -y git gmake pkgconf SDL2 glew lang/gcc +# run: | +# cd platforms/bsd +# gmake