From 1eb7897dbe2abed47f2e90ac22ca614c7c417297 Mon Sep 17 00:00:00 2001 From: Yeying-Xingchen Date: Fri, 5 Apr 2024 19:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=BF=90=E8=A1=8CCamary=E7=89=88=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-canary.yml b/.github/workflows/build-canary.yml index 537b54a..361cd31 100644 --- a/.github/workflows/build-canary.yml +++ b/.github/workflows/build-canary.yml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install build + pip install flask - name: Build code run: | pip install pyinstaller