From d30a55fb0b6a1471cdd952697d2ea1ba0b93c9b5 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Fri, 31 Oct 2025 23:18:05 +0100 Subject: [PATCH] fixed pipeline --- .gitea/workflows/run-mucapy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/run-mucapy.yml b/.gitea/workflows/run-mucapy.yml index 62b0b92..0a2f035 100644 --- a/.gitea/workflows/run-mucapy.yml +++ b/.gitea/workflows/run-mucapy.yml @@ -23,7 +23,7 @@ jobs: - name: Install Windows Python under Wine run: | - wget https://www.python.org/ftp/python/3.13.9/python-3.13.9-amd64.exe-O python_installer.exe + wget https://www.python.org/ftp/python/3.13.9/python-3.13.9-amd64.exe -O python_installer.exe wine python_installer.exe /quiet InstallAllUsers=1 PrependPath=1 - name: Upgrade pip and install PyInstaller (Windows)