Skip to content

Commit 290e52a

Browse files
committed
setp sqlc and Go
1 parent 7083e55 commit 290e52a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,14 @@ jobs:
616616
with:
617617
directory: offlinedocs
618618

619+
- name: Setup Go
620+
uses: ./.github/actions/setup-go
621+
622+
- name: Setup sqlc
623+
uses: sqlc-dev/setup-sqlc@v3
624+
with:
625+
sqlc-version: "1.19.1"
626+
619627
- name: Install dependencies
620628
run: |
621629
cd offlinedocs

0 commit comments

Comments
 (0)