Skip to content

Commit

Permalink
fix: add mise shims path
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka committed Oct 18, 2024
1 parent b6fbdfd commit 08295c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: add mise path
run: echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
- name: go mod tidy
run: go mod tidy
- name: make install go tools
Expand Down

0 comments on commit 08295c3

Please sign in to comment.