windows build disabled for now and deps are correct on all now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user