Skip to content

Commit

Permalink
Fix another typo in the code coverage CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
darach committed Apr 11, 2024
1 parent 3f2716d commit e7d4962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
submodules: 'recursive'
- name: Install deps
run: sudo apt-get -qy update && sudo apt-get install -y && libssl-dev libssl1.1; sudo apt-get clean
run: sudo apt-get -qy update && sudo apt-get install -y libssl-dev libssl1.1; sudo apt-get clean
- name: Install llvm-tools-preview
run: rustup component add llvm-tools-preview
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit e7d4962

Please sign in to comment.