Skip to content

Commit c9fef9f

Browse files
committed
up
1 parent 92879f1 commit c9fef9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validation-rust.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
echo "ls tools"
7474
ls C:\tools
7575
echo "ls msoidjfoijs"
76-
echo "$env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc"
76+
echo $env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc
7777
# echo "mysql vers"c
7878
# mysql --version
7979
# echo "mariadb vers"
8080
# mariadb --version
81-
ls "$env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc"
81+
ls $env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc
8282
- if: runner.os == 'Windows'
8383
run: choco install mariadb
8484
# use a version later than MSRV for trybuild consistency

0 commit comments

Comments
 (0)