Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Jan 16, 2025
1 parent 746e697 commit 4a51c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Install deps
run: |
sudo apt -y install protobuf-compiler
sudo apt-get install -y libssl1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
- name: Run all tests & Generate report
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 4a51c88

Please sign in to comment.