Skip to content

Commit

Permalink
Build boost?
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofale committed Jan 9, 2024
1 parent d336244 commit 8c08fb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
with:
python-version: '3.x'

- name: Build Boost
id: boost
uses: egor-tensin/build-boost@v1
with:
version: 1.71.0
libraries: filesystem program_options system
platform: x64
configuration: Release

- name: Installing Boost
run: 'apt-get install -y libboost-all-dev'

Expand Down

0 comments on commit 8c08fb7

Please sign in to comment.