From 3b68136aa61740dfecc41d88747e738e6b2bd675 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 20 Nov 2024 18:49:09 -0500 Subject: [PATCH] update before install --- .github/workflows/build-and-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4e4f99bda..3f5bb843f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -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