From e72e845686dd70924641e25c0cbb50398a61a136 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 14 Sep 2025 02:42:31 +0000 Subject: [PATCH] update workflow --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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