Skip to content

Commit

Permalink
Update h5bench-hdf5-develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored May 23, 2024
1 parent 1c71ea7 commit 789876f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/h5bench-hdf5-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cmake .. \
-DH5BENCH_ALL=ON
make -j 2
make
sudo make install
sudo ldconfig
Expand All @@ -121,7 +121,7 @@ jobs:
-DWITH_ASYNC_VOL:BOOL=ON \
-DCMAKE_C_FLAGS="-I$ASYNC_HOME/include -L$ASYNC_HOME/lib" \
-DH5BENCH_ALL=ON
make -j 2
make
sudo make install
sudo ldconfig
Expand Down

0 comments on commit 789876f

Please sign in to comment.