Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed May 7, 2024
1 parent 1db31e3 commit a1bc2b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
env:
# MYSQLCLIENT_LIB_DIR: C:\mysql\lib
# MYSQLCLIENT_LIB_DIR: 'C:\tools\mysql\current\lib'
MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc: 'C:Program Files\MySQL\MySQL Server 8.0\lib'
MYSQLCLIENT_STATIC_x86_64-pc-windows-msvc: 1
MYSQLCLIENT_LIB_DIR_X86_64_PC_WINDOWS_MSVC: 'C:Program Files\MySQL\MySQL Server 8.0\lib'
MYSQLCLIENT_STATIC_X86_64_PC_WINDOWS_MSVC: 1
steps:
- uses: actions/checkout@v2
- name: List files
Expand All @@ -82,8 +82,8 @@ jobs:
- run: 'ls "C:Program Files\MySQL\MySQL Server 8.0\bin"'
- run: 'ls "C:Program Files\MySQL\MySQL Server 8.0\lib"'
# - run: '''"C:Program Files\MySQL\MySQL Server 8.0\bin\mysql" --version'
- run: echo "$env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc"
- run: ls "$env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc"
- run: echo "$env:MYSQLCLIENT_LIB_DIR_X86_64_PC_WINDOWS_MSVC"
- run: ls "$env:MYSQLCLIENT_LIB_DIR_X86_64_PC_WINDOWS_MSVC"
# - if: runner.os == 'Windows'
# run: choco install mariadb
# use a version later than MSRV for trybuild consistency
Expand Down

0 comments on commit a1bc2b0

Please sign in to comment.