GH: test if simplified gopls install now works

This commit is contained in:
Michael Panchenko
2025-05-19 14:01:11 +02:00
parent 5c7c2d0690
commit 132a139070
+1 -3
View File
@@ -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