File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1616 - name : Updating Apt
1717 run : sudo apt update
1818 - name : Installing apt packages
19- run : sudo apt install build-essential git libgtest-dev libhwloc-dev openssh-client libopenblas-dev liblapack-dev liblapacke-dev libfabric-dev libibverbs-dev infiniband-diags libboost-context-dev curl jq python3-pip python3-venv pkgconf wget sudo openssh-client
19+ run : sudo apt install build-essential git libgtest-dev libhwloc-dev openssh-client libopenblas-dev liblapack-dev liblapacke-dev libfabric-dev libibverbs-dev infiniband-diags libboost-context-dev curl jq python3-pip python3-venv pkgconf wget sudo
20+ - name : Installing meson, ninja and gcovr
21+ run : python3 -m pip install meson ninja gcovr
2022 - name : Updating submodules
2123 run : git submodule update --init --recursive
2224 - name :
You can’t perform that action at this time.
0 commit comments