(CI) fix workflow

This commit is contained in:
Nick Fisher
2025-06-24 15:26:46 +08:00
parent 8a1f320bb7
commit 6075608bda

View File

@@ -16,7 +16,7 @@ jobs:
with:
channel: master
architecture: X64
- run: cd thermion_dart && dart pub get && dart--enable-experiment=native-assets test
- run: cd thermion_dart && dart pub get && dart --enable-experiment=native-assets test
- name: Zip goldens
run: zip -r goldens.zip ./thermion_dart/test/output
- name: Upload golden images
@@ -76,4 +76,4 @@ jobs:
# - uses: actions/checkout@v4
# - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
# - name: Install dependencies
# run: dart pub get
# run: dart pub get