Skip to content

Commit

Permalink
Update binary-build.yml cleaner build
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Jan 13, 2024
1 parent 8c8e698 commit 71807d0
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,20 @@ jobs:
- uses: actions/checkout@v2

# install dependencies
- name: update git submodules
run: git submodule init && git submodule update

- name: boost and python3
run: sudo apt-get update && sudo apt-get install -yq libboost-dev libboost-serialization-dev libboost-program-options-dev help2man python3-pip python3-setuptools python3-numpy

- name: Install lit
run: sudo -H pip3 install --upgrade pip && pip3 install --user lit
- name: Install boost
uses: MarkusJx/[email protected]
id: install-boost
with:
# REQUIRED: Specify the required boost version
# A list of supported versions can be found here:
# https://github.com/MarkusJx/prebuilt-boost/blob/main/versions-manifest.json
boost_version: 1.73.0
# OPTIONAL: Specify a custon install location
#boost_install_dir: C:\some_directory
# OPTIONAL: Specify a platform version
#platform_version: 2019
# OPTIONAL: Specify a toolset
#toolset: msvc

- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
Expand Down

0 comments on commit 71807d0

Please sign in to comment.