There was an error while loading. Please reload this page.
1 parent e7bb79a commit 3ff8ec1Copy full SHA for 3ff8ec1
1 file changed
.github/workflows/blank.yml
@@ -16,6 +16,6 @@ jobs:
16
curl https://install.duckdb.org | sh
17
- name: Run a one-line script
18
run: |
19
- res=$(duckdb/duckdb s3://test-wasm-carlo/meeting_selection.db -c "FROM roulette();")
+ res=$(/home/runner/.duckdb/cli/latest/duckdb s3://test-wasm-carlo/meeting_selection.db -c "FROM roulette();")
20
echo $res
21
0 commit comments