Skip to content

Commit

Permalink
:octocat: run Firebird on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Aug 25, 2024
1 parent 394ed6a commit a00394c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,13 @@ jobs:
if: ${{ runner.os == 'Linux' }}
uses: juarezr/[email protected]
with:
version: 'v4'
isc_password: 'masterkey'
version: "v4"
isc_password: "masterkey"
enable_legacy_client_auth: true

- name: "Install Firebird (Windows)"
if: ${{ runner.os == 'Windows' }}
run: choco install firebird --version=4.0.4 -params '/ClientAndDevTools'
run: choco install firebird --version=5.0.0 -params '/SuperClassic/ClientAndDevTools'

# - name: "Install MSSQL Server (Linux)"
# if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit a00394c

Please sign in to comment.