Skip to content

Commit c375ec8

Browse files
committed
Fix install command
1 parent a3254bb commit c375ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/setup-go@v2
5151
with:
5252
go-version: "^1.17"
53-
- run: curl https://github.com/kyleconroy/sqlc/releases/download/v1.11.0/sqlc_1.11.0_linux_amd64.tar.gz | sudo tar -xz -C /usr/bin/ sqlc
53+
- run: curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.11.0/sqlc_1.11.0_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc
5454
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
5555
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26
5656
- run: "make --output-sync -j gen"

0 commit comments

Comments
 (0)