File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5858
5959 - name : Install DuckDB
6060 run : |
61- wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3 .2/duckdb_cli-linux-amd64.zip | funzip > duckdb
61+ wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.4 .2/duckdb_cli-linux-amd64.zip | funzip > duckdb
6262 chmod +x duckdb
6363 echo "$PWD" >> $GITHUB_PATH
6464
Original file line number Diff line number Diff line change 5959
6060 - name : Install DuckDB
6161 run : |
62- wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3 .2/duckdb_cli-linux-amd64.zip | funzip > duckdb
62+ wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.4 .2/duckdb_cli-linux-amd64.zip | funzip > duckdb
6363 chmod +x duckdb
6464 echo "$PWD" >> $GITHUB_PATH
6565
Original file line number Diff line number Diff line change @@ -136,9 +136,10 @@ jobs:
136136
137137 - name : Install DuckDB
138138 run : |
139- wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3 .2/duckdb_cli-linux-amd64.zip | funzip > duckdb
139+ wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.4 .2/duckdb_cli-linux-amd64.zip | funzip > duckdb
140140 chmod +x duckdb
141141 echo "$PWD" >> $GITHUB_PATH
142+
142143 - name : Build binary
143144 shell : bash
144145 env :
You can’t perform that action at this time.
0 commit comments