Update go.yml

Minizbot2012 4 years ago committed by GitHub
parent 751378ac6d
commit 739d9c0dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,8 +26,9 @@ jobs:
with:
path: ./src/github.com/${{ github.repository }}
- name: Mod Tidy
- name: Install Dependencies
run: |
apt-get install libx11-dev
go mod init
go mod tidy
working-directory: ${{ env.CDIR }}

Loading…
Cancel
Save