Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
archive

GitHub Action

DuckDB setup

v1.0.0

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.0

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

Choose a version

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.0
with:
  version: v0.7.1
uses: opt-nc/setup-duckdb-action@v1.0.0