Skip to content

Commit

Permalink
Call apt-get update before installing libvips
Browse files Browse the repository at this point in the history
Prevent error around missing sources.
  • Loading branch information
tf committed Nov 28, 2023
1 parent ad5b67a commit 8c4c780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-workflow-rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

- name: Install libvips package for image processing
run: |
sudo apt-get update
sudo apt-get install libvips-dev
- name: Bundle install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:

- name: Install libvips package for image processing
run: |
sudo apt-get update
sudo apt-get install libvips-dev
- name: Bundle install
Expand Down

0 comments on commit 8c4c780

Please sign in to comment.