Skip to content

Commit fc6ec5d

Browse files
💚 download deps for build
1 parent 7620e55 commit fc6ec5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ jobs:
1515
with:
1616
go-version: 1.20.4
1717

18+
- name: Get dependencies
19+
run: |
20+
go get -v -t -d ./...
21+
if [ -f Gopkg.toml ]; then
22+
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
23+
dep ensure
24+
fi
25+
1826
- name: Build File Server
1927
run: make build
2028

0 commit comments

Comments
 (0)