Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tf committed Nov 28, 2023
1 parent 9a932aa commit b8ae69e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,17 @@ jobs:

# Dependencies

- name: Install libvips package for image processing
run: |
sudo apt-get install libvips-dev
- name: Install audiowaveform package
if: ${{ matrix.install-audiowaveform == true}}
run: |
sudo add-apt-repository ppa:chris-needham/ppa
sudo apt-get update
sudo apt-get install audiowaveform
- name: Install libvips package for image processing
run: |
sudo apt-get install libvips-dev
- name: Bundle install
run: |
bundle config path vendor/bundle
Expand Down

0 comments on commit b8ae69e

Please sign in to comment.