Skip to content

Commit 16e5563

Browse files
committed
up
1 parent b8ff53b commit 16e5563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validation-rust.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
# mysql --version
7979
# echo "mariadb vers"
8080
# mariadb --version
81-
- run: ls C:Program Files\MySQL\MySQL Server 8.0\
82-
- run: ls C:Program Files\MySQL\MySQL Server 8.0\bin
83-
- run: C:Program Files\MySQL\MySQL Server 8.0\bin\mysql --version
81+
- run: ls "C:Program Files\MySQL\MySQL Server 8.0\"
82+
- run: ls "C:Program Files\MySQL\MySQL Server 8.0\bin"
83+
- run: 'C:Program Files\MySQL\MySQL Server 8.0\bin\mysql' --version
8484
- run: ls $env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc
8585
- if: runner.os == 'Windows'
8686
run: choco install mariadb

0 commit comments

Comments
 (0)