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 0167d76 commit c18ed61Copy full SHA for c18ed61
.github/workflows/security.yaml
@@ -97,6 +97,9 @@ jobs:
97
restore-keys: |
98
js-${{ runner.os }}-
99
100
+ - name: Install sqlc
101
+ run: |
102
+ curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.17.2/sqlc_1.17.2_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc
103
- name: Install yq
104
run: go run github.com/mikefarah/yq/v4@v4.30.6
105
- name: Install protoc-gen-go
0 commit comments