From 62d264cf37b3e72fef7d5e5af1745a1d5534fcda Mon Sep 17 00:00:00 2001 From: NHLOCAL Date: Tue, 17 Dec 2024 09:19:17 +0200 Subject: [PATCH] =?UTF-8?q?=D7=AA=D7=99=D7=A7=D7=95=D7=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/flet-build-exp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/flet-build-exp.yml b/.github/workflows/flet-build-exp.yml index 347720f..d90a50b 100644 --- a/.github/workflows/flet-build-exp.yml +++ b/.github/workflows/flet-build-exp.yml @@ -20,6 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install flet - name: Install Flutter SDK uses: subosito/flutter-action@v2