Skip to content

opt-nc/setup-duckdb-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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