From 2dc156288b3f78e4c84149dfca6001bf92a206ae Mon Sep 17 00:00:00 2001 From: snowykami Date: Thu, 3 Oct 2024 02:24:09 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index 79c67ef..627fe8d 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - architecture: x64 + architecture: ${{ matrix.arch }} cache: 'pip' cache-dependency-path: | **/requirements*.txt