Update dart.yml

This commit is contained in:
Nick Fisher
2024-10-25 17:16:02 +08:00
committed by GitHub
parent 3effb837b7
commit 618d633602

View File

@@ -13,10 +13,11 @@ on:
jobs:
thermion_dart:
name: thermion_dart
runs-on: windows-latest
runs-on: windows-2019
defaults:
run:
working-directory: thermion_dart # Adjust this path
shell: bash # This helps ensure consistent behavior across platforms
steps:
- uses: actions/checkout@v4