Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj committed May 21, 2024
1 parent 6bc9fbf commit 906d569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: runner.os == 'Windows'
run: |
curl -OL ${{ env.DUCKDB_BASE_URL }}${{ matrix.duckdb-url-name }}.zip
unzip ${{ matrix.duckdb-lib-name }}
unzip ${{ matrix.duckdb-url-name }}.zip
if(-Not (Test-Path -Path ${{ env.PROJECT_FOLDER }}\${{ env.TARGET_PATH }}))
{
Expand Down

0 comments on commit 906d569

Please sign in to comment.