update workflow

This commit is contained in:
uncor3
2025-09-14 02:50:28 +00:00
parent e72e845686
commit 9af853b82c
+2
View File
@@ -129,8 +129,10 @@ jobs:
echo "Building $repo..."
git clone --depth=1 --recursive "https://github.com/libimobiledevice/$repo"
pushd "$repo"
./autogen.sh CC=gcc CXX=g++ --enable-debug --without-cython
make -j install
popd
echo "Built $repo successfully."
done