Skip to content

Commit

Permalink
ci: don't install openssl as it was already installed.
Browse files Browse the repository at this point in the history
The issue with cargo-udeps was not related to openssl being missing, but with cargo-udeps using an old version of openssl. Let's try updating cargo-udeps.
  • Loading branch information
plusvic committed Dec 20, 2024
1 parent c65c031 commit 399e0a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/code_health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly

- name: Run cargo-udeps
uses: aig787/cargo-udeps-action@v1
with:
version: v0.1.45
version: v0.1.53
args: '--all-targets'

0 comments on commit 399e0a6

Please sign in to comment.