Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Oct 31, 2024
1 parent c656c41 commit 4de72f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go-version: 1.23.2

- name: Setup GOBIN
run: echo "$GOPATH/bin" >> $GITHUB_PATH
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

- uses: MunifTanjim/setup-neovim-action@v1
with:
Expand Down

0 comments on commit 4de72f3

Please sign in to comment.