Skip to content

Commit

Permalink
Replace Boost install and use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofale committed Jan 9, 2024
1 parent 78ef5fc commit 4a004be
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ 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: 'sudo apt-get install -y libboost-all-dev'

- name: Get NLOpt
run: 'git clone https://github.com/stevengj/nlopt.git'
Expand Down

0 comments on commit 4a004be

Please sign in to comment.