Skip to content

Commit fcc4298

Browse files
committed
fix: try curl?
1 parent 90af24f commit fcc4298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: uv python install 3.11
8181
- name: Install libduckdb
8282
run: |
83-
wget https://github.com/duckdb/duckdb/releases/download/v${{ env.duckdb-version }}/libduckdb-windows-amd64.zip
83+
curl -O https://github.com/duckdb/duckdb/releases/download/v${{ env.duckdb-version }}/libduckdb-windows-amd64.zip
8484
mkdir -p ${{ github.workspace }}/opt/duckdb
8585
unzip libduckdb-windows-amd64.zip -d ${{ github.workspace }}/opt/duckdb
8686
- name: Test

0 commit comments

Comments
 (0)