Skip to content

Commit

Permalink
win: update mariadb connector/c to 3.3.8 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Dec 8, 2023
1 parent 16017b7 commit 6831bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: windows-latest
env:
CONNECTOR_VERSION: "3.3.4"
CONNECTOR_VERSION: "3.3.8"
steps:

- name: Cache Connector
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.3
run: python -m pip install cibuildwheel
- name: Build wheels
working-directory: mysqlclient
env:
Expand Down

0 comments on commit 6831bc2

Please sign in to comment.