Skip to content

Commit

Permalink
CI: remove find command
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Apr 9, 2021
1 parent 0e3da1f commit 9619e22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ jobs:
run: |
mkdir build && cd build
../share/openPMD/download_samples.sh && chmod u-w samples/git-sample/*.h5
find /usr -name adios.pc
cmake -S .. -B . -DopenPMD_USE_PYTHON=ON -DopenPMD_USE_MPI=ON -DopenPMD_USE_HDF5=ON -DopenPMD_USE_INVASIVE_TESTS=ON
cmake --build . --parallel 2
ctest --output-on-failure

0 comments on commit 9619e22

Please sign in to comment.