Clone this repo with fetching all the data of submodules
git clone --recurse-submodules https://github.com/Cykooz/libheif-sys.gitOr init and fetch all the data of submodules if you already have cloned the repo without submodules:
git submodule init
git submodule updategit pull --recurse-submodules- Fetch from a remote repository:
git -C vendor/libheif fetch origin
- Checkout to required tag:
git -C vendor/libheif/ checkout v1.19.8