diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e266819b..b7847532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,8 @@ jobs: - name: Configure libvips run: - meson setup build -Ddebug=true -Ddeprecated=false + meson setup build -Ddebug=true -Ddeprecated=false || + (cat build/meson-logs/meson-log.txt && exit 1) - name: Build libvips run: cd build && ninja