Skip to content

Commit

Permalink
fix: install deps for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Oct 23, 2024
1 parent 9a33c9b commit 7748a55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Install ImageMagick
run: |
sudo apt-get install libmagickwand-dev
- name: Setup Meilisearch
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest meilisearch --no-analytics

Expand Down

0 comments on commit 7748a55

Please sign in to comment.