Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
ci: update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolSpring8 authored Jun 22, 2020
1 parent 3825ded commit a154bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Get dependencies
run: |
sudo apt install -y libgl1-mesa-dev xorg-dev
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
Expand Down

0 comments on commit a154bd0

Please sign in to comment.