Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 45ef47b

Browse files
authored
Install non-specific version of libssl-dev package
1 parent ab59f2c commit 45ef47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: runner.os == 'Linux' && steps.cache-agent-artifacts.outputs.cache-hit != 'true'
8989
run: |
9090
sudo apt-get -y update
91-
sudo apt-get -y install libssl1.0-dev libunwind-dev build-essential
91+
sudo apt-get -y install libssl-dev libunwind-dev build-essential
9292
- run: src/ci/agent.sh
9393
if: steps.cache-agent-artifacts.outputs.cache-hit != 'true'
9494
shell: bash

0 commit comments

Comments
 (0)