File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 cache : ' npm'
3131
3232 - name : Install Rust
33- uses : dtolnay/rust-action @stable
33+ uses : dtolnay/rust-toolchain @stable
3434
3535 - name : Install dependencies
3636 run : npm ci
5353 - uses : actions/checkout@v4
5454
5555 - name : Install Rust
56- uses : dtolnay/rust-action @stable
56+ uses : dtolnay/rust-toolchain @stable
5757
5858 - name : Run Rust tests
5959 run : |
6969 - uses : actions/checkout@v4
7070
7171 - name : Install Rust
72- uses : dtolnay/rust-action @stable
72+ uses : dtolnay/rust-toolchain @stable
7373 with :
7474 components : clippy, rustfmt
7575
Original file line number Diff line number Diff line change 6363 cache-dependency-path : crates/opencontext-node/package-lock.json
6464
6565 - name : Install Rust
66- uses : dtolnay/rust-action @stable
66+ uses : dtolnay/rust-toolchain @stable
6767 with :
6868 targets : ${{ matrix.settings.target }}
6969
You can’t perform that action at this time.
0 commit comments