Skip to content

Commit

Permalink
add go clean
Browse files Browse the repository at this point in the history
  • Loading branch information
louisinger committed Jun 9, 2022
1 parent c51e74c commit ab56c36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Run Nigiri
uses: vulpemventures/nigiri-github-action@v1

- name: Clean cache
run: go clean -modcache

- name: Get dependencies
run: go get -v -t -d ./...

Expand Down

0 comments on commit ab56c36

Please sign in to comment.