Skip to content

Commit

Permalink
libssl1 for tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Jan 16, 2025
1 parent 765d44b commit be58dfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
# TODO: get rid of old libssl1.1_1.1.0g-2ubuntu4_amd64.deb after tarpaulin is removed
- name: Install deps
run: sudo apt -y install protobuf-compiler
run: |
sudo apt -y install protobuf-compiler
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
- name: Run all tests & Generate report
uses: actions-rs/[email protected]
Expand Down

0 comments on commit be58dfd

Please sign in to comment.