mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-05-13 03:00:26 -04:00
Build job doesn't need nodejs.
This commit is contained in:
6
.github/workflows/pr-tests.yml
vendored
6
.github/workflows/pr-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user