From 94b433530d0645e6f8ea815190167508ef540862 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Fri, 21 Jul 2023 20:12:41 +0330 Subject: [PATCH] Fix actions --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c961dce..708f3a2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,9 +53,11 @@ jobs: java-version: 11 - name: Setup Flutter Distributor + if: matrix.platform == 'windows' + shell: powershell run: | dart pub global activate flutter_distributor - export PATH="$PATH":"$HOME/.pub-cache/bin" + where flutter_distributor - name: Get Dependencies run: |