Skip to content

Commit

Permalink
download deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuli Stremovsky authored and Yuli Stremovsky committed Jun 30, 2023
1 parent 4e4724c commit 292c706
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cy.yml
Expand Up @@ -16,6 +16,12 @@ jobs:
golint
cd ..
echo done
- name: Download deps
run: |
sudo apt install -y golang
cd src
go get -d -v
echo done
- name: Run go vet
run: |
sudo apt install -y golang
Expand Down

0 comments on commit 292c706

Please sign in to comment.