summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-08-09 10:45:05 -0700
committerdormando <dormando@rydia.net>2022-08-09 10:45:05 -0700
commit1c73cbdc6d226bdc97baee02a1bb822d6ef8b5d5 (patch)
treebc6450b2afbbdfac061035bd8f48bc2b179b5baa /.github/workflows
parentbdccfdbe653ba5d2cd028af5d848c73e9dbe1c2b (diff)
downloadmemcached-1c73cbdc6d226bdc97baee02a1bb822d6ef8b5d5.tar.gz
CI: attempt to fix PR test workflow.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c1364ce..8ee6c5b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get update -y
- sudo apt-get install -y libevent-dev libseccomp-dev git libsasl2-dev
+ sudo apt-get install -y libevent-dev libseccomp-dev git libsasl2-dev libio-socket-ssl-perl
- name: Build
run: |
gcc --version