Skip to content

Commit 3210710

Browse files
committed
:octocat: fuck Firebird
1 parent a00394c commit 3210710

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,17 @@ jobs:
130130
- name: "Create MySQL test database"
131131
run: mysql --user="root" --host="127.0.0.1" -e "CREATE DATABASE dbtest character set UTF8mb4 collate utf8mb4_bin;"
132132

133-
- name: "Install Firebird (Linux/Docker)"
134-
if: ${{ runner.os == 'Linux' }}
135-
uses: juarezr/firebirdsql-github-action@v1.2.0
136-
with:
137-
version: "v4"
138-
isc_password: "masterkey"
139-
enable_legacy_client_auth: true
133+
# - name: "Install Firebird (Linux/Docker)"
134+
# if: ${{ runner.os == 'Linux' }}
135+
# uses: juarezr/firebirdsql-github-action@v1.2.0
136+
# with:
137+
# version: "v4"
138+
# isc_password: "masterkey"
139+
# enable_legacy_client_auth: true
140140

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

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

0 commit comments

Comments
 (0)