From 93685c0b8378eae3fc5d5c3c796e6efc67aa0aab Mon Sep 17 00:00:00 2001 From: Johann Woelper Date: Sat, 4 Nov 2023 19:31:05 +0100 Subject: [PATCH] update linux action --- .github/workflows/check_ubuntu_no_default_features.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_ubuntu_no_default_features.yml b/.github/workflows/check_ubuntu_no_default_features.yml index 072195ef..19e54349 100644 --- a/.github/workflows/check_ubuntu_no_default_features.yml +++ b/.github/workflows/check_ubuntu_no_default_features.yml @@ -24,8 +24,8 @@ jobs: - name: build heif run: ./build_deps_linux.sh - - name: exp heif - run: export PKG_CONFIG_PATH=`pwd`/libheif/build + - name: install heif + run: cd libheif/build && make install # - name: cargo build # run: cargo build @@ -34,5 +34,5 @@ jobs: run: cargo check --no-default-features - name: cargo check without build features - run: PKG_CONFIG_PATH=libheif cargo check --features heif + run: PKG_CONFIG_PATH=libheif/build cargo check --features heif