From c2edd9edcaef31cce492a74b5472f1a950ade77e Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 30 Aug 2024 12:27:35 +0200 Subject: [PATCH] update build workflow --- .github/workflows/build-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a19c0eb..62e2b99 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -11,8 +11,6 @@ jobs: pyinstaller-build: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - name: Create Executable uses: sayyid5416/pyinstaller@v1 with: