Skip to content

Commit

Permalink
Merge pull request #35 from Tmonster/bump_duckdb_extension_ci_tools
Browse files Browse the repository at this point in the history
Bump duckdb extension ci tools
  • Loading branch information
Tmonster authored Dec 13, 2024
2 parents d6d62c1 + d1f299e commit b415e01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/TestDebug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main

- name: Build
shell: bash
run: |
make debug
# we don't build with Ninja because the github machines kill the process otherwise
- name: Build and Test
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 2435 files

0 comments on commit b415e01

Please sign in to comment.