diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 111739e3a..c9def801a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,6 @@ jobs: with: node-version: 'lts/*' - # See https://github.com/nodejs/node-gyp/issues/2869 - # Remove this workaround after upgrading electron-builder - # https://github.com/filecoin-station/desktop/pull/944 - - name: Fix node-gyp and Python - run: python3 -m pip install packaging setuptools - - name: Cache bigger downloads uses: actions/cache@v4 id: cache @@ -123,13 +117,6 @@ jobs: with: node-version: 'lts/*' - - # See https://github.com/nodejs/node-gyp/issues/2869 - # Remove this workaround after upgrading electron-builder - # https://github.com/filecoin-station/desktop/pull/944 - - name: Fix node-gyp and Python - run: python3 -m pip install packaging setuptools - - name: Cache bigger downloads uses: actions/cache@v4 id: cache