Skip to content

Commit

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

- name: Installing GCC
run: 'apt-get update && apt-get install -y gcc g++'

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

- name: Install CMAKE
run: 'pip install cmake --upgrade'

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

Expand Down

0 comments on commit d336244

Please sign in to comment.