From 40714f4dd8c3febb1c8e1b3dc7735518385899ca Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Sat, 28 Sep 2024 12:22:22 +0200 Subject: [PATCH] Revert "Tempfix: verbose building" This reverts commit 3e93e4c9d7720f035da18c97cfa038898916dd20. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de0cb691..b0cda2da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -504,7 +504,6 @@ jobs: key: ${{ runner.os }}-node-${{ matrix.architecture }}-${{ matrix.target_architecture }}-${{matrix.node}}-${{ hashFiles('**/package-lock.json') }} - run: npm install --build-from-source env: - V: 1 npm_config_arch: ${{ matrix.architecture }} npm_config_target_arch: ${{ matrix.target_architecture }} npm_config_python: python${{ matrix.python_version }}