Skip to content

Commit 1e1356a

Browse files
committed
Format CI action
1 parent c375ec8 commit 1e1356a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ jobs:
5050
- uses: actions/setup-go@v2
5151
with:
5252
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
53+
- 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+
5458
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
5559
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26
5660
- run: "make --output-sync -j gen"

0 commit comments

Comments
 (0)