From fb48933a580df4997498b4e748e441818031df1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Somhairle=20MacLe=C3=B2id?= Date: Tue, 4 Apr 2023 17:41:17 +0100 Subject: [PATCH] Update pullrequests.yml --- .github/workflows/pullrequests.yml | 14 -------------- 1 file changed, 14 deletions(-) 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