Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Oct 7, 2024
1 parent bf25fdf commit bfc7944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang
run: apt update && sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang
- name: Generate code coverage
run: |
cargo lockbud -k deadlock -b -l=openssl,openssl-sys,native-tls,tokio,tokio-stream,tokio-util,ethereum_hashing
Expand Down

0 comments on commit bfc7944

Please sign in to comment.