diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 589a6cdda26..98bd5b376da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,11 @@ jobs: with: node-version-file: .node-version + - name: Install libvips + run: | + sudo apt-get update + sudo apt-get install -y libvips + - name: Install JS dependencies run: yarn install --frozen-lockfile @@ -127,6 +132,11 @@ jobs: with: node-version-file: .node-version + - name: Install libvips + run: | + sudo apt-get update + sudo apt-get install -y libvips + - name: Install JS dependencies run: yarn install --frozen-lockfile