Skip to content

Commit

Permalink
Update .github/workflows/clang.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Huebl <[email protected]>
  • Loading branch information
guj and ax3l authored Feb 22, 2024
1 parent 4281967 commit 3097051
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,12 @@ jobs:
cd openPMD-api-0.15.2
mkdir build
cd build
cmake .. -DopenPMD_USE_PYTHON=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
cmake .. \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DopenPMD_BUILD_EXAMPLES=OFF \
-DopenPMD_BUILD_CLI_TOOLS=OFF \
-DopenPMD_BUILD_TESTING=OFF \
-DopenPMD_USE_PYTHON=OFF \
make -j4
sudo make install
- name: Build & Test
Expand Down

0 comments on commit 3097051

Please sign in to comment.