We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a0b1b commit db63c42Copy full SHA for db63c42
.github/workflows/build_release.yml
@@ -185,6 +185,7 @@ jobs:
185
echo "${LIBIRECOVERY_VERSION}" > ${BUILD_WORK}/libirecovery-master/.tarball-version
186
187
cd ${BUILD_WORK}/libirecovery-master
188
+ sed -i '88,93d' configure.ac
189
PACKAGE_VERSION=${LIBIRECOVERY_VERSION} ./autogen.sh \
190
${CONFIGURE_FLAGS} \
191
--with-dummy \
0 commit comments