Skip to content

Commit

Permalink
fix attempt 16
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Jun 25, 2024
1 parent 2313c57 commit 7359d39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
uses: ./.github/actions/install-deps

- name: Download Go Dependencies
run: go mod download
run: |
cd $GITHUB_WORKSPACE
go mod tidy
go mod download
shell: bash

- name: Cache Go Modules
Expand Down

0 comments on commit 7359d39

Please sign in to comment.