Skip to content

Commit 814656b

Browse files
committed
testing adding double quotes around executable
1 parent 06c2c6f commit 814656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: always() # Run even if one SDK version fails
9090
# Pass the Dart SDK path with DART_HOME
9191
run: |
92-
${DART_HOME}/bin/dart --version
92+
"${DART_HOME}/bin/dart" --version
9393
./gradlew :test --tests "com.jetbrains.dart.analysisServer.*"
9494
working-directory: third_party
9595

0 commit comments

Comments
 (0)