We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45a4f1 commit a4e2352Copy full SHA for a4e2352
.github/actions/build/action.yml
@@ -18,11 +18,4 @@ runs:
18
path: /home/runner/go/bin
19
key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
20
- shell: bash
21
- if: inputs.goos == 'linux'
22
- run: GOOS=${{ inputs.goos }} GOARCH=${{ inputs.goarch }} go build -o llm-language-server ./main.go
23
- - shell: pwsh
24
- if: inputs.goos == 'windows'
25
- run: GOOS=${{ inputs.goos }} GOARCH=${{ inputs.goarch }} go build -o llm-language-server.exe ./main.go
26
- - shell: bash
27
- if: inputs.goos == 'darwin'
28
+ run: GOOS=${{ inputs.goos }} GOARCH=${{ inputs.goarch }} go build
0 commit comments