Skip to content

Commit 0d36349

Browse files
committed
fix github workflow
1 parent f63125b commit 0d36349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version: '1.21'
16-
- run: go install github.com/sqlc-dev/sqlc@52beae33148eafd4fc3d56f9ae95dcb529d9e4a1
16+
- run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@52beae33148eafd4fc3d56f9ae95dcb529d9e4a1
1717
# - uses: sqlc-dev/setup-sqlc@v4
1818
# with:
1919
# sqlc-version: '1.23.0'

0 commit comments

Comments
 (0)