Skip to content

Commit

Permalink
fix github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amberpixels committed Nov 16, 2024
1 parent d94fa91 commit 69225ee
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 @@ -16,10 +16,13 @@ jobs:
image: golang:1.23-alpine

steps:
- name: Install dependencies
run: apk add --no-cache make

- name: Checkout code
uses: actions/checkout@v3

- name: Install dependencies
- name: Install go dependencies
run: go mod download

- name: Run tidy
Expand Down

0 comments on commit 69225ee

Please sign in to comment.