Watch
2
0
Fork
You've already forked raylib-cs
0

TEMP: disable non-linux platforms for testing

This commit is contained in:
Ben Parsons 2021-10-01 21:14:15 +10:00
commit e8330e64e5

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest] #, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Setup dotnet