Closed
Description
Summary / 概要
oj-verify が変な failure 起こしてるhttps://t.co/mwc02ZMWdG
— KoD (@d7511168) September 19, 2021
Steps to reproduce / 再現方法
# required only if you set `languages.rust.list_dependencies_backend.kind` to `"cargo-udeps"`
- name: Install cargo-udeps for Rust
uses: actions-rs/install@v0.1
with:
crate: cargo-udeps
use-tool-cache: true
Expected behavior / 期待される挙動
Actual behavior / 実際の挙動
https://github.com/KodamaD/proconlib/runs/3643175354
Run actions-rs/install@v0.1
Tool cache is explicitly enabled via the Action input
Downloading from the tool cache
Falling back to the `cargo install` command
Installing "cargo-udeps = latest"
Error: The process '/usr/share/rust/.cargo/bin/cargo' failed with exit code 101
Other notes / その他
- cc @KodamaD