Skip to content

Commit e31ebd0

Browse files
committed
chore: drop duckdb install from gh actions
Signed-off-by: Alexander Droste <[email protected]>
1 parent 6043a57 commit e31ebd0

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

.github/workflows/bench-pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
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:

.github/workflows/bench.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ jobs:
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:

.github/workflows/sql-benchmarks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)