update workflow

This commit is contained in:
uncor3
2025-09-14 02:42:31 +00:00
parent 96b02f253e
commit e72e845686
+2
View File
@@ -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