Skip to content

Commit

Permalink
Fixed the library installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomux committed Oct 5, 2023
1 parent 43a831b commit 6e7e5d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install exiv2
run: sudo apt-get install -y libexiv2-dev
- name: Install taglib
run: sudo apt-get install -y libtag1-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Install exiv2
run: sudo apt-get install -y libexiv2-dev
- name: Install taglib
run: sudo apt-get install -y libtag1-dev

- name: Run the default task
run: bundle exec rake

0 comments on commit 6e7e5d7

Please sign in to comment.