File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,11 @@ jobs:
290
290
if : ${{ contains(matrix.os, 'ubuntu') }}
291
291
run : |
292
292
sudo apt update
293
- sudo apt install openmpi-bin libopenmpi-dev ccache graphviz libeigen3-dev libtiff-dev libcfitsio-dev libboost-all-dev libyaml-cpp-dev libbenchmark-dev
293
+ sudo apt install openmpi-bin libopenmpi-dev ccache graphviz libeigen3-dev libtiff-dev libcfitsio-dev libboost-all-dev libyaml-cpp-dev
294
+ wget https://github.com/google/benchmark/archive/refs/tags/v1.8.5.tar.gz -O- | tar --no-same-owner -xz;
295
+ cd benchmark-1.8.5
296
+ cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -S . -B "build"
297
+ cmake --build "build" --config Release --target install
294
298
295
299
- name : Install Dependencies on MacOS
296
300
if : ${{ contains(matrix.os, 'macos') }}
You can’t perform that action at this time.
0 commit comments