windows build disabled for now and deps are correct on all now

This commit is contained in:
2024-03-10 01:16:34 -06:00
parent 527e04972e
commit b9379f9d66
3 changed files with 5 additions and 6 deletions

View File

@@ -19,8 +19,8 @@ jobs:
with:
go-version-file: 'go.mod'
- name: setup-dependencies
run: |-
apt install mingw-w64 gcc
run: |
apt-get install -y gcc-mingw-w64 gcc libgl1-mesa-dev xorg-dev
- name: Build
run: go build -v ./...
- name: Run Tests