Skip to content

ubuntu 22.04

ubuntu 22.04 #6530

GitHub Actions / cli failed Oct 14, 2024 in 0s

cli

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 117 in /home/runner/work/tauri/tauri/tooling/bundler/src/error.rs

See this annotation in the file changed.

@github-actions github-actions / cli

can't find crate for `rpm`

error[E0463]: can't find crate for `rpm`
   --> /home/runner/work/tauri/tauri/tooling/bundler/src/error.rs:117:20
    |
117 |   RpmError(#[from] rpm::Error),
    |                    ^^^ can't find crate

Check failure on line 10 in /home/runner/work/tauri/tauri/tooling/bundler/src/bundle/linux/rpm.rs

See this annotation in the file changed.

@github-actions github-actions / cli

can't find crate for `rpm`

error[E0463]: can't find crate for `rpm`
  --> /home/runner/work/tauri/tauri/tooling/bundler/src/bundle/linux/rpm.rs:10:5
   |
10 | use rpm::{self, signature::pgp, Dependency, FileMode, FileOptions};
   |     ^^^ can't find crate