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 eefa742 commit 6de8523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/data/actions/sphinx-setup-3.5.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ wget https://sphinxsearch.com/files/sphinx-3.5.1-82c60cb-linux-amd64.tar.gz -O /
&& tar -zxf /tmp/sphinxsearch.tar.gz \
&& rm /tmp/sphinxsearch.tar.gz

echo "test"

# make dir that is used in sphinx config
mkdir -p $PWD/sphinx
sed -i s\~SPHINX_BASE_DIR~$PWD/sphinx~g $CWD/../sphinx-3.5.1.conf

0 comments on commit 6de8523

Please sign in to comment.