From 1ca033a6120976e2c82951d33c0ad82cf79556dd Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Fri, 24 Feb 2023 18:33:15 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 226e35c..10a9b72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - name: Download pyinstaller repository uses: actions/checkout@v3 with: - repository: 'https://github.com/pyinstaller/pyinstaller.git' + repository: 'pyinstaller/pyinstaller' ref: 'v5.8.0' path: pyinstaller