Skip to content

Commit

Permalink
install duckdb json extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang01 authored Sep 4, 2024
1 parent 3b98b3f commit 11d592a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
unzip duckdb_cli-linux-amd64.zip
chmod +x duckdb
sudo mv duckdb /usr/local/bin
duckdb -c 'INSTALL json;'
duckdb -c 'INSTALL json from core'
duckdb -c 'SELECT extension_name, loaded, install_path FROM duckdb_extensions() where installed'
- name: Build
run: go build -v
Expand Down

0 comments on commit 11d592a

Please sign in to comment.