diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index 60006e9d9..180889b74 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -63,6 +63,11 @@ jobs: cache: 'npm' cache-dependency-path: ac-electron/package-lock.json + - name: Setup Python for node-gyp + uses: actions/setup-python@v5 + with: + python-version: '3.11' + - name: Install dependencies working-directory: ac-electron run: npm ci @@ -95,6 +100,11 @@ jobs: cache: 'npm' cache-dependency-path: ac-electron/package-lock.json + - name: Setup Python for node-gyp + uses: actions/setup-python@v5 + with: + python-version: '3.11' + - name: Install dependencies working-directory: ac-electron run: npm ci