Skip to content

Commit 9619e22

Browse files
committed
CI: remove find command
1 parent 0e3da1f commit 9619e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/unix.yml

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ jobs:
184184
run: |
185185
mkdir build && cd build
186186
../share/openPMD/download_samples.sh && chmod u-w samples/git-sample/*.h5
187-
find /usr -name adios.pc
188187
cmake -S .. -B . -DopenPMD_USE_PYTHON=ON -DopenPMD_USE_MPI=ON -DopenPMD_USE_HDF5=ON -DopenPMD_USE_INVASIVE_TESTS=ON
189188
cmake --build . --parallel 2
190189
ctest --output-on-failure

0 commit comments

Comments
 (0)