Skip to content

Commit

Permalink
💚 download deps for build
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Sep 16, 2023
1 parent 7620e55 commit fc6ec5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
with:
go-version: 1.20.4

- 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 File Server
run: make build

Expand Down

0 comments on commit fc6ec5d

Please sign in to comment.