We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b5e4e commit 1322343Copy full SHA for 1322343
.github/workflows/ci.yml
@@ -56,7 +56,16 @@ jobs:
56
- name: Install dependencies
57
run: |
58
sudo apt-get update
59
- sudo apt-get install -y cmake ninja-build clang-tidy-16 clang-tools-16
+ sudo apt-get install -y \
60
+ cmake \
61
+ ninja-build \
62
+ clang-tidy-16 \
63
+ clang-tools-16 \
64
+ libopenmpi-dev \
65
+ openmpi-bin \
66
+ libfftw3-dev \
67
+ libfftw3-mpi-dev \
68
+ nlohmann-json3-dev
69
70
- name: Configure (Debug with compile_commands)
71
run: cmake -S . -B build-tidy -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
0 commit comments