Skip to content

Commit 17dac0e

Browse files
authored
Merge pull request #103 from ackintosh/fix/install-libmemcached
CI: Fix libmemcached installation
2 parents 9579888 + 62a5094 commit 17dac0e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v2
4141

42-
# Could not install memcached on PHP 8.0.0 · Issue #354 · shivammathur/setup-php
43-
# https://github.com/shivammathur/setup-php/issues/354
44-
- name: Install libmemcached
45-
run: sudo apt-get install libmemcached-dev -y
46-
4742
# https://github.com/shivammathur/setup-php
4843
- name: Install PHP
4944
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)