Skip to content

Commit

Permalink
Linux: perform additional checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jun 29, 2024
1 parent e60ecf0 commit a3e9e97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ jobs:
ref: ${{ inputs.ref }}
fetch-depth: 0
submodules: 'true'

- name: Checkout DuckDB to version
run: |
cd duckdb
git checkout ${{ inputs.duckdb_version }}
- name: Setup vcpkg
uses: lukka/[email protected]
Expand Down

0 comments on commit a3e9e97

Please sign in to comment.