Skip to content

Commit

Permalink
ci: Install imagemagick
Browse files Browse the repository at this point in the history
compare tool is needed by compare_captures.sh

Signed-off-by: Sergio Martins <[email protected]>
  • Loading branch information
iamsergio committed Nov 5, 2024
1 parent 98e4bea commit 0b6ea83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
make
sudo make install
- name: Install image comparing tools
shell: bash
run: sudo apt-get -y install imagemagick

- name: Install picoscope libraries
run: |
# https://www.picotech.com/downloads/linux
Expand Down

0 comments on commit 0b6ea83

Please sign in to comment.