Skip to content

Commit

Permalink
ci: replace broken udeps Action
Browse files Browse the repository at this point in the history
* Action pulls a binary which fails to work due to missing libssl.so.1.1

Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Oct 13, 2024
1 parent 6f341aa commit 66a3dcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@53c04d3685fcc3ca67ce478eb9c2ea5c051a4a63 # nightly

- name: Run cargo-udeps
uses: aig787/cargo-udeps-action@1cd634a329e14ccfbccfe7c96497d14dac24a743 # v1
with:
version: 'latest'
args: '--all-targets'
- name: Install cargo-udeps
run: cargo install cargo-udeps --locked

- name: Run udeps
run: cargo +nightly udeps

audit:
name: Cargo Audit
Expand Down

0 comments on commit 66a3dcb

Please sign in to comment.