/setup-duckdb-action

🦆 Blazing Fast and highly customizable Github Action to setup a DuckDb runtime

Primary LanguageJavaScriptMIT LicenseMIT

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

📑 Related resources