Skip to content

Commit

Permalink
chore: install mage
Browse files Browse the repository at this point in the history
  • Loading branch information
s4kh committed Oct 14, 2024
1 parent 5e7d7c0 commit 8eef214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
go-version-file: go.mod

- name: Install Mage
uses: magefile/mage-action@v3
with:
install-only: true
run: |
go install github.com/magefile/mage@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8eef214

Please sign in to comment.