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 a3254bb commit c375ec8Copy full SHA for c375ec8
.github/workflows/coder.yaml
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/setup-go@v2
51
with:
52
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
+ - 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
54
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
55
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26
56
- run: "make --output-sync -j gen"
0 commit comments