Skip to content

Commit

Permalink
libtatsu
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Jan 19, 2025
1 parent 78c3996 commit af9af7d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,6 @@ jobs:
make -j$(nproc)
make install
- name: build libtatsu
run: |
wget -q -nc -P ${BUILD_SOURCE} \
https://github.com/libimobiledevice/libtatsu/archive/${LIBTATSU_VERSION}.tar.gz
tar xf ${BUILD_SOURCE}/${LIBTATSU_VERSION}.tar.gz -C ${BUILD_WORK}
echo "${LIBTATSU_VERSION}" > ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}/.tarball-version
cd ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}
PACKAGE_VERSION=${LIBTATSU_VERSION} ./autogen.sh \
${CONFIGURE_FLAGS}
make -j$(nproc)
make install
- name: build libimobiledevice-glue
run: |
wget -q -nc -P ${BUILD_SOURCE} \
Expand Down Expand Up @@ -307,6 +295,18 @@ jobs:
make -j$(nproc) -l$(nproc)
make install
- name: build libtatsu
run: |
wget -q -nc -P ${BUILD_SOURCE} \
https://github.com/libimobiledevice/libtatsu/archive/${LIBTATSU_VERSION}.tar.gz
tar xf ${BUILD_SOURCE}/${LIBTATSU_VERSION}.tar.gz -C ${BUILD_WORK}
echo "${LIBTATSU_VERSION}" > ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}/.tarball-version
cd ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}
PACKAGE_VERSION=${LIBTATSU_VERSION} ./autogen.sh \
${CONFIGURE_FLAGS}
make -j$(nproc)
make install
- name: (not) build libgeneral
run: |
wget -q -nc -P ${BUILD_SOURCE} \
Expand Down

0 comments on commit af9af7d

Please sign in to comment.