Skip to content

Commit 8a75d34

Browse files
committed
Install libmemcached-dev
1 parent 5d4a70f commit 8a75d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/django.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
env:
4444
DJANGO_VERSION: "2.2.24"
4545
run: |
46+
sudo apt-get install libmemcached-dev
4647
wget https://github.com/django/django/archive/${DJANGO_VERSION}.tar.gz
4748
tar xf ${DJANGO_VERSION}.tar.gz
4849
cp ci/test_mysql.py django-${DJANGO_VERSION}/tests/

0 commit comments

Comments
 (0)