Skip to content

Commit

Permalink
Install Boost for Ubuntu integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Aug 29, 2020
1 parent 89f1ba7 commit 01c49fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: dependencies
run: sudo apt-get install -y build-essential libboost-all-dev cmake zlib1g-dev libbz2-dev liblzma-dev
- name: cmake
run: |
cmake -E make_directory build
Expand Down

0 comments on commit 01c49fe

Please sign in to comment.