Skip to content

Commit

Permalink
update linux action
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Nov 4, 2023
1 parent 101ad69 commit 93685c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_ubuntu_no_default_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 93685c0

Please sign in to comment.