From bf295394a8e6c4b7084c4bacf204273f5cc1c868 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 23 May 2025 17:06:45 +0800 Subject: [PATCH] try and use Dart path directly --- .github/workflows/dart.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 8af84925..9f5805f9 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -1,7 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. name: Dart on: @@ -23,7 +19,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: master - - run: dart --enable-experiment=native-assets test -j1 test/light_tests.dart + - run: $CACHE_PATH/bin/dart --enable-experiment=native-assets test -j1 test/light_tests.dart # Upload logs on failure #- name: Upload logs