Skip to content

Commit c640979

Browse files
authored
ci: fix failing code-coverage job (#526)
1 parent 869d65e commit c640979

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
# the link above for those docs.
8989
# NOTE: actions-rs is unmaintained, using fork with fix for update to node 16
9090
# https://github.com/actions-rs/tarpaulin/pull/22
91+
- name: Install OpenSSL 1.1
92+
run: |
93+
wget https://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
94+
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
95+
9196
- uses: FreeMasen/tarpaulin-action@9f7e03f06fea8f374c85a95c2ecff6a4d5805845
9297
with:
9398
version: "0.22.0" # not latest, due to error/bug in action (after release artifacts changed name?)

0 commit comments

Comments
 (0)