From e2ffec2931685be68ca3ef02cc2c2c23a7c369ad Mon Sep 17 00:00:00 2001 From: O01eg Date: Mon, 27 Jan 2025 23:33:01 +0400 Subject: [PATCH] Fix broken jfrog for Boost --- .github/workflows/android-macos-python.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/android-macos-python.yml b/.github/workflows/android-macos-python.yml index 115e26b..13b7008 100644 --- a/.github/workflows/android-macos-python.yml +++ b/.github/workflows/android-macos-python.yml @@ -134,6 +134,12 @@ jobs: ref: '529027ab2f1253f17797d364fb6f456d57dc9d5e' path: 'build-boost/Boost-for-Android' + - name: Download Boost + shell: bash + run: | + cd build-boost/Boost-for-Android + wget https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2 + - name: Build Boost shell: bash run: |