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