diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e6ab99..773dafd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,8 +108,10 @@ jobs: echo "Building $repo..." git clone --depth=1 --recursive "https://github.com/libimobiledevice/$repo" + pushd "$repo" ./autogen.sh sudo make install + popd echo "Built $repo successfully." done