Skip to content

Commit f1be22a

Browse files
authored
fix: install deps
1 parent 7d89b7c commit f1be22a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/database.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
25-
with:
26-
submodules: recursive
2725
- name: Generate OpenAPI schema
2826
run: |
27+
make install
2928
make openapi-generate
3029
sqlite:
3130
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)