fix ci stuff for other things
This commit is contained in:
@@ -20,6 +20,11 @@ jobs:
|
||||
check-latest: true
|
||||
cache: true
|
||||
|
||||
- name: Setup OS dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y gcc-mingw-w64 gcc libgl1-mesa-dev xorg-dev
|
||||
|
||||
- name: Install go dependencies
|
||||
run: go mod tidy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user