From e1faf6a4a4d1868d66c3dbcf9cbb44aae07e9a6e Mon Sep 17 00:00:00 2001 From: Scavanger Date: Fri, 26 Apr 2024 18:53:50 -0300 Subject: [PATCH] Fix Github Actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0604722db..26bd97554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: cache: 'npm' # Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116 - name: Install Setuptools - run: pip install setuptools + run: python3 -m pip install --break-system-packages setuptools - name: Install deps uses: nick-fields/retry@v2 with: