(CI) fix workflow
This commit is contained in:
4
.github/workflows/dart.yml
vendored
4
.github/workflows/dart.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user