Skip to content

Commit

Permalink
update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Nov 20, 2024
1 parent 7b3f7e5 commit 3b68136
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: actions/configure-pages@v5

- name: install libvips
run: sudo apt-get install libvips-dev -y
run: |
sudo apt-get update
sudo apt-get install libvips-dev -y
#- name: Build related posts
# run: bundle exec script/build-related-posts
Expand Down

0 comments on commit 3b68136

Please sign in to comment.