Skip to content

Commit

Permalink
Dependancies should be already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jan 5, 2020
1 parent b8e6c6b commit ed35f7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,5 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Build
run: go build -v .

0 comments on commit ed35f7b

Please sign in to comment.