Skip to content

Commit

Permalink
ci: fix libirecovery build
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Dec 26, 2021
1 parent f8ec3f3 commit bd72b54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ jobs:
cd ${BUILD_WORK}/libirecovery-master
./autogen.sh \
${CONFIGURE_FLAGS} \
--with-dummy
--with-dummy \
--without-udev
make -j$(nproc)
make install
Expand Down

0 comments on commit bd72b54

Please sign in to comment.