Install pytorch on github CI. #174
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 2 warnings
Build and test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 127
|
deref on an immutable reference:
src/features/image.rs#L110
warning: deref on an immutable reference
--> src/features/image.rs:110:2
|
110 | &*buffer
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref
= note: `#[warn(clippy::borrow_deref_ref)]` on by default
help: if you would like to reborrow, try removing `&*`
|
110 | buffer
|
help: if you would like to deref, try using `&**`
|
110 | &**buffer
|
|
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|