Skip to content

Commit

Permalink
fix attempt 15
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Jun 25, 2024
1 parent 72f12b8 commit 2313c57
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 @@ -22,6 +22,9 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Install Dependencies
uses: ./.github/actions/install-deps

- name: Download Go Dependencies
run: go mod download
shell: bash
Expand Down

0 comments on commit 2313c57

Please sign in to comment.