Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed Jun 3, 2024
1 parent c55a0da commit 28e59b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ jobs:
with:
aarch64_cross_compile: ${{ matrix.duckdb_arch == 'linux_arm64' && 1 }}

- uses: actions/checkout@v3
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
fetch-depth: 0
submodules: 'true'

- name: Setup vcpkg
uses: lukka/[email protected]
with:
Expand Down

0 comments on commit 28e59b0

Please sign in to comment.