mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
.github/workflows: Add FreeBSD
This commit is contained in:
parent
5e21ebd4bc
commit
c4ba9b8b2e
2
.github/workflows/sourcehutbuild.yml
vendored
2
.github/workflows/sourcehutbuild.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
if: github.repository_owner == 'hajimehoshi'
|
||||
strategy:
|
||||
matrix:
|
||||
os: [alpine, arch, debian, fedora, ubuntu]
|
||||
os: [alpine, arch, debian, fedora, freebsd, ubuntu]
|
||||
name: Test on ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user