diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index ee105f914c1a..2deadb33be40 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -29,13 +29,6 @@ jobs: tsconfig.tsbuildinfo key: ${{ matrix.os }}-eslint-tsbuildinfo-${{ hashFiles('**/*.ts','**/*.js', 'package.json', 'tsconfig.json') }} - - name: Install workerd Dependencies - if: ${{ runner.os == 'Linux' }} - run: | - export DEBIAN_FRONTEND=noninteractive - sudo apt-get update - sudo apt-get install -y libc++1 - # Attempt to cache all the node_modules directories based on the OS and package lock. - name: Cache node_modules id: npm-cache @@ -77,13 +70,6 @@ jobs: node-version: ${{ env.node-version }} cache: "npm" # cache ~/.npm in case 'npm ci' needs to run - - name: Install workerd Dependencies - if: ${{ runner.os == 'Linux' }} - run: | - export DEBIAN_FRONTEND=noninteractive - sudo apt-get update - sudo apt-get install -y libc++1 - # Attempt to cache all the node_modules directories based on the OS and package lock. - name: Cache node_modules id: npm-cache