Skip to content

Commit

Permalink
try to fix mysql-lib missing error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Anyu AY5 Wang authored and Anyu AY5 Wang committed Mar 12, 2024
1 parent c1424ca commit 03abaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: install openssl
run: vcpkg install openssl:x64-windows-static-md
- name: install mysqlclient
run: vcpkg install mysqlclient:x64-windows-static-md
run: vcpkg install mysqlclient:x64-windows
- uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "5.7"
Expand Down

0 comments on commit 03abaf4

Please sign in to comment.