Skip to content

Commit f954322

Browse files
committed
remove dep
1 parent ddde513 commit f954322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- if: runner.os == 'Linux'
3232
name: Install Microsoft ODBC Drivers
33-
run: sudo ACCEPT_EULA=Y apt-get install -y libssl1.1 libssl-dev libmysqlclient-dev msodbcsql18
33+
run: sudo ACCEPT_EULA=Y apt-get install -y libssl-dev libmysqlclient-dev msodbcsql18
3434

3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)