Skip to content

Commit aaffa9d

Browse files
Update dotnet-core.yml
1 parent 03d00eb commit aaffa9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
env:
2323
FSHARP_DATA_SQLCLIENT_USE_SQLLOCALDB_FOR_TESTS: 1
2424
run: |
25-
call "C:\Program Files\Microsoft SQL Server\130\Tools\Binn\SqlLocalDB.exe" info
26-
./build.cmd
25+
"C:/Program Files/Microsoft SQL Server/130/Tools/Binn/SqlLocalDB.exe" info
26+
./build.cmd

0 commit comments

Comments
 (0)