aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-01-23 16:10:07 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-01-24 02:53:34 +0530
commita78f90c3f8c6eb17d70b02636ebd2cb878cb3198 (patch)
treec77726e6436e74ed19f9305ae21daffba637f4fd /.github
parentca1776d6db1b475a23e8bc4bcd444d74a64e69d0 (diff)
downloadmeson-a78f90c3f8c6eb17d70b02636ebd2cb878cb3198.zip
meson-a78f90c3f8c6eb17d70b02636ebd2cb878cb3198.tar.gz
meson-a78f90c3f8c6eb17d70b02636ebd2cb878cb3198.tar.bz2
ci: Fix boost test on xenial
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/os_comp.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml
index 505fe98..387b9c1 100644
--- a/.github/workflows/os_comp.yml
+++ b/.github/workflows/os_comp.yml
@@ -11,8 +11,9 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update -yq
- sudo apt install -yq --no-install-recommends python3-setuptools python3-pip g++ gfortran gobjc gobjc++ zlib1g-dev
- sudo python3 -m pip install pytest-xdist pytest-forked pytest
+ sudo apt install -yq --no-install-recommends python3-setuptools python3-pip g++ gfortran gobjc gobjc++ zlib1g-dev python-dev python3-dev libboost-all-dev
+ - name: Remove GitHub boost version
+ run: sudo rm -rf /usr/local/share/boost
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v1
- name: Python version