Skip to content
archive

GitHub Action

DuckDB setup

v1.0.9 Latest version

DuckDB setup

archive

DuckDB setup

Install and setup DuckDB

Installation

Copy and paste the following snippet into your .yml file.

              

- name: DuckDB setup

uses: opt-nc/setup-duckdb-action@v1.0.9

Learn more about this action in opt-nc/setup-duckdb-action

Choose a version

semantic-release ๐Ÿ›ก๏ธ CodeQL ๐Ÿš€ Release

โ„น๏ธ Setup Duckdb Action

This action installs duckdb with the version provided in input.

๐Ÿ“œ Inputs

version

Not Required The version you want to install. If no version defined, the latest version will be installed.

๐Ÿš€ Example usage

uses: opt-nc/setup-duckdb-action@v1.0.8
with:
  version: v1.0.0
uses: opt-nc/setup-duckdb-action@v1.0.8

๐Ÿ“‘ Related resources