Skip to content

Commit d6f9af4

Browse files
committed
up
1 parent c9fef9f commit d6f9af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/validation-rust.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# mysql --version
7979
# echo "mariadb vers"
8080
# mariadb --version
81-
ls $env:MYSQLCLIENT_LIB_DIR_x86_64-pc-windows-msvc
81+
- run: 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)