We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869d65e commit c640979Copy full SHA for c640979
.github/workflows/build.yml
@@ -88,6 +88,11 @@ jobs:
88
# the link above for those docs.
89
# NOTE: actions-rs is unmaintained, using fork with fix for update to node 16
90
# 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
+
96
- uses: FreeMasen/tarpaulin-action@9f7e03f06fea8f374c85a95c2ecff6a4d5805845
97
with:
98
version: "0.22.0" # not latest, due to error/bug in action (after release artifacts changed name?)
0 commit comments