Update dart.yml
This commit is contained in:
3
.github/workflows/dart.yml
vendored
3
.github/workflows/dart.yml
vendored
@@ -13,10 +13,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
thermion_dart:
|
thermion_dart:
|
||||||
name: thermion_dart
|
name: thermion_dart
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: thermion_dart # Adjust this path
|
working-directory: thermion_dart # Adjust this path
|
||||||
|
shell: bash # This helps ensure consistent behavior across platforms
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user