From e6295d40b902b5d18483914232b8a95eef6ec0af Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 2 Nov 2023 13:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 973424aa9..753667124 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,5 +37,5 @@ jobs: - uses: bluefireteam/melos-action@v2 with: run-bootstrap: false - - uses: dart pub get + - run: dart pub get - run: melos run github-ci