Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 20, 2024
1 parent 46167c6 commit 6c12744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- ubuntu-20.04

php:
- "7.4"
- "5.4"

steps:
- name: Checkout
Expand Down
2 changes: 0 additions & 2 deletions tests/data/actions/sphinx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
SCRIPT=$(readlink -f "$0")
CWD=$(dirname "$SCRIPT")

sudo apt -y install libmysqlclient20

# install sphinx from https://sphinxsearch.com/downloads/release/
wget http://sphinxsearch.com/files/sphinxsearch_2.2.11-release-1~xenial_amd64.deb
sudo dpkg -i sphinxsearch_2.2.11-release-1~xenial_amd64.deb
Expand Down

0 comments on commit 6c12744

Please sign in to comment.