diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 589a6cdda26a..f5c8cbe29635 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 @@ -196,6 +206,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 @@ -356,6 +371,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 @@ -434,6 +454,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