diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8ac4e7f..2b95dc36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,7 @@ name: Test # to-do: +# - libheif is still not being detected # - add a macos test with brew etc. # - build with clang/asan/etc. and run the fuzz tests @@ -63,6 +64,11 @@ jobs: libopenslide-dev libffi-dev + - name: List installed packages + run: | + pkg-config --list-all + echo -n "libheif: "; pkg-config libheif --modversion + - name: Configure libvips run: CFLAGS=-Wall CXXFLAGS=-Wall ./autogen.sh --disable-dependency-tracking