🌐 AI搜索 & 代理 主页
Skip to content
Merged
Prev Previous commit
Next Next commit
need submodules for the upgrade test
  • Loading branch information
montanalow committed Jan 16, 2025
commit 9186c9f75e72b137063927ba1426df8af0b51efa
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
working-directory: pgml-extension
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Fetch master
run: |
git fetch origin master --depth 1
Expand Down
Loading