Skip to content

Commit 3ff8ec1

Browse files
Update blank.yml
1 parent e7bb79a commit 3ff8ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
curl https://install.duckdb.org | sh
1717
- name: Run a one-line script
1818
run: |
19-
res=$(duckdb/duckdb s3://test-wasm-carlo/meeting_selection.db -c "FROM roulette();")
19+
res=$(/home/runner/.duckdb/cli/latest/duckdb s3://test-wasm-carlo/meeting_selection.db -c "FROM roulette();")
2020
echo $res
2121

0 commit comments

Comments
 (0)