From db921e488008ffb3ca912cafa41adc0a64f5db24 Mon Sep 17 00:00:00 2001 From: Alisamar Husain Date: Wed, 26 Apr 2023 12:53:36 +0530 Subject: [PATCH] Added Boost to tests --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 179080576..7cfb99d02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: id: depends run: | sudo apt-get update - sudo apt-get install build-essential gcc-8 + sudo apt-get install build-essential gcc-8 libboost-all-dev - name: Build id: make_build @@ -50,7 +50,7 @@ jobs: id: depends run: | sudo apt-get update - sudo apt-get install build-essential + sudo apt-get install build-essential libboost-all-dev - name: Build id: cmake_build @@ -85,7 +85,7 @@ jobs: id: depends run: | sudo apt-get update - sudo apt-get install build-essential + sudo apt-get install build-essential libboost-all-dev - name: Build id: cmake_build @@ -113,6 +113,7 @@ jobs: id: depends run: | brew update + brew install boost - name: Build id: make_build @@ -131,6 +132,7 @@ jobs: id: depends run: | brew update + brew install boost - name: Build id: cmake_build