Skip to content

Commit 8469486

Browse files
committed
Install some useful libraries
1 parent b63eb1b commit 8469486

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/buildsite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
run: |
1616
sudo apt-get update -y
1717
sudo apt-get install -y cpanminus
18+
- name: Install useful libraries
19+
run: |
20+
sudo apt-get install -y libssl-dev libz-dev
1821
- name: Install modules
1922
run: |
2023
sudo cpanm --installdeps --notest .

0 commit comments

Comments
 (0)