Skip to content

Commit 8eef214

Browse files
committed
chore: install mage
1 parent 5e7d7c0 commit 8eef214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
go-version-file: go.mod
2424

2525
- name: Install Mage
26-
uses: magefile/mage-action@v3
27-
with:
28-
install-only: true
26+
run: |
27+
go install github.com/magefile/mage@latest
28+
echo "$HOME/go/bin" >> $GITHUB_PATH
2929
3030
build:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)