Skip to content

Commit

Permalink
Install searchd in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Mar 30, 2022
1 parent 7e792be commit 628409f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
steps:
- run: echo GITHUB_BRANCH=${GITHUB_REF##*/} >> $GITHUB_ENV

- name: Install searchd
run: |
wget https://repo.manticoresearch.com/manticore-repo.noarch.deb &&
sudo dpkg -i manticore-repo.noarch.deb &&
sudo apt-get update &&
sudo apt-get install manticore
- uses: actions/checkout@v2

- name: Use Node.js
Expand Down

0 comments on commit 628409f

Please sign in to comment.