Skip to content

Commit

Permalink
Fix broken jfrog for Boost
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Jan 27, 2025
1 parent 1bdf9dc commit e2ffec2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android-macos-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e2ffec2

Please sign in to comment.