Skip to content

Commit

Permalink
Use dart.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 16, 2023
1 parent 1908751 commit 7cce71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dartx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
choco install dart-sdk
- uses: actions/checkout@v2
- name: Install dependencies
run: C:\tools\dart-sdk\bin\dart.bat pub get
run: C:\tools\dart-sdk\bin\dart.exe pub get
- name: Run tests
run: C:\tools\dart-sdk\bin\dart.bat pub run test
run: C:\tools\dart-sdk\bin\dart.exe pub run test

test-macos:
timeout-minutes: 5
Expand Down

0 comments on commit 7cce71f

Please sign in to comment.