Skip to content

Commit 9a369d5

Browse files
committed
Adding memcached to test workflow
1 parent d9772bf commit 9a369d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Set up Memcached
1919
run: |
20-
apt update
21-
apt -y install memcached
20+
sudo apt update
21+
sudo apt -y install memcached
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)