Skip to content

Commit

Permalink
CI use boost 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
kleunen committed Feb 21, 2021
1 parent 37ac730 commit 9ede6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential liblua5.1-0 liblua5.1-0-dev libprotobuf-dev libsqlite3-dev protobuf-compiler shapelib libshp-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev
sudo apt-get install -y --no-install-recommends build-essential liblua5.1-0 liblua5.1-0-dev libprotobuf-dev libsqlite3-dev protobuf-compiler shapelib libshp-dev libboost-program-options-dev1.67 libboost-filesystem-dev1.67 libboost-system-dev1.67
- name: Build and install
run: |
Expand Down

0 comments on commit 9ede6c1

Please sign in to comment.