File tree Expand file tree Collapse file tree 3 files changed +0
-17
lines changed
Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 5656 with :
5757 repo-token : ${{ secrets.GITHUB_TOKEN }}
5858
59- - name : Install DuckDB
60- run : |
61- wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
62- chmod +x duckdb
63- echo "$PWD" >> $GITHUB_PATH
64-
6559 - name : Build binary
6660 shell : bash
6761 env :
Original file line number Diff line number Diff line change 5757 with :
5858 repo-token : ${{ secrets.GITHUB_TOKEN }}
5959
60- - name : Install DuckDB
61- run : |
62- wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
63- chmod +x duckdb
64- echo "$PWD" >> $GITHUB_PATH
65-
6660 - name : Build binary
6761 shell : bash
6862 env :
Original file line number Diff line number Diff line change @@ -134,11 +134,6 @@ jobs:
134134 with :
135135 repo-token : ${{ secrets.GITHUB_TOKEN }}
136136
137- - name : Install DuckDB
138- run : |
139- wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
140- chmod +x duckdb
141- echo "$PWD" >> $GITHUB_PATH
142137 - name : Build binary
143138 shell : bash
144139 env :
You can’t perform that action at this time.
0 commit comments