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 b8ff53b commit 16e5563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
# mysql --version
# echo "mariadb vers"
# mariadb --version
- run: ls C:Program Files\MySQL\MySQL Server 8.0\
- run: ls C:Program Files\MySQL\MySQL Server 8.0\bin
- run: C:Program Files\MySQL\MySQL Server 8.0\bin\mysql --version
- run: ls "C:Program Files\MySQL\MySQL Server 8.0\"
- run: ls "C:Program Files\MySQL\MySQL Server 8.0\bin"
- run: 'C:Program Files\MySQL\MySQL Server 8.0\bin\mysql' --version
- run: ls $env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc
- if: runner.os == 'Windows'
run: choco install mariadb
Expand Down

0 comments on commit 16e5563

Please sign in to comment.