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 c375ec8 commit 1e1356aCopy full SHA for 1e1356a
.github/workflows/coder.yaml
@@ -50,7 +50,11 @@ jobs:
50
- uses: actions/setup-go@v2
51
with:
52
go-version: "^1.17"
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
+ - run:
54
+ curl -sSL
55
+ https://github.com/kyleconroy/sqlc/releases/download/v1.11.0/sqlc_1.11.0_linux_amd64.tar.gz
56
+ | sudo tar -C /usr/bin -xz sqlc
57
+
58
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
59
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26
60
- run: "make --output-sync -j gen"
0 commit comments