From 575203aedcb3dcbd523ea3ea9f5c93a4ef086173 Mon Sep 17 00:00:00 2001 From: snowykami Date: Thu, 3 Oct 2024 02:13:10 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E9=99=8D=E4=BD=8Epython=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuitka-compile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index 241573e..beb7574 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -28,7 +28,6 @@ jobs: with: python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: ${{ matrix.arch }} - cache: 'pdm' # Optional. Options are 'none', 'pdm', 'pip', or 'all'. Default is 'all' - name: Install Dependencies run: |