From cab32c4a7b3c2088bf34d605dca6689b408e3612 Mon Sep 17 00:00:00 2001 From: Charles Shuller Date: Mon, 2 Oct 2023 17:17:32 -0500 Subject: [PATCH] Removed extrenuous working directory from android portion of ci --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd8164560..aeb43db22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ jobs: cache: true - name: FLUTTER | pub get - working-directory: ./main run: flutter pub get # Check for any formatting issues in the code.