Skip to content

ODBC Driver Setup (odbc/setup)

Installs Microsoft ODBC Driver for SQL Server (msodbcsql18 / msodbcsql17) and UnixODBC headers on Ubuntu GitHub runner environments with caching.


🛠️ Usage

- name: odbc | setup
  uses: jambazid/gha-actions/odbc/setup@main
  with:
    driver-version: "18"

📥 Inputs

Input Description Required Default
driver-version Microsoft ODBC driver version to install (18 or 17). false 18

📤 Outputs

Output Description
odbc-installed Boolean flag (true or false) indicating successful driver setup.