mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-03 18:17:05 +00:00
GH: test if simplified gopls install now works
This commit is contained in:
@@ -25,9 +25,7 @@ jobs:
|
||||
# Writing to this file adds the directory to the PATH for subsequent steps
|
||||
- name: Install gopls
|
||||
shell: bash
|
||||
run: |
|
||||
go install golang.org/x/tools/gopls@latest
|
||||
echo "$HOME/go/bin" >> $GITHUB_PATH
|
||||
run: go install golang.org/x/tools/gopls@latest
|
||||
- name: Install uv
|
||||
shell: bash
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
Reference in New Issue
Block a user