(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: with:
channel: master channel: master
architecture: X64 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 - name: Zip goldens
run: zip -r goldens.zip ./thermion_dart/test/output run: zip -r goldens.zip ./thermion_dart/test/output
- name: Upload golden images - name: Upload golden images
@@ -76,4 +76,4 @@ jobs:
# - uses: actions/checkout@v4 # - uses: actions/checkout@v4
# - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603 # - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
# - name: Install dependencies # - name: Install dependencies
# run: dart pub get # run: dart pub get