From da06d03eb02853d0a3223aa941d6e2f87b421807 Mon Sep 17 00:00:00 2001 From: Lucas Clemente Vella Date: Thu, 8 Feb 2024 20:32:18 +0000 Subject: [PATCH] Build job doesn't need nodejs. --- .github/workflows/pr-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index f9e817acd..0590cbb47 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -30,12 +30,6 @@ jobs: key: ${{ runner.os }}-cargo-pr-tests-${{ hashFiles('**/Cargo.toml') }} restore-keys: | ${{ runner.os }}-cargo-pr-tests- - - name: ⚡ Cache nodejs - uses: actions/cache@v3 - with: - path: | - ~/pilcom/node_modules - key: ${{ runner.os }}-pilcom-node-modules - name: Install Rust toolchain 1.74 (with clippy and rustfmt) run: rustup toolchain install 1.74-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.74-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.74-x86_64-unknown-linux-gnu - name: Lint