Skip to content

Commit

Permalink
ensure sufficient permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Jul 19, 2023
1 parent cc578af commit 58b803c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/h5bench-hdf5-develop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cmake .. \
-DH5BENCH_ALL=ON
make -j 2
make install
sudo make install
ldconfig
- name: Build h5bench ASYNC
Expand All @@ -122,7 +122,7 @@ jobs:
-DCMAKE_C_FLAGS="-I$ASYNC_HOME/include -L$ASYNC_HOME/lib" \
-DH5BENCH_ALL=ON
make -j 2
make install
sudo make install
ldconfig
- name: Test h5bench SYNC
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/h5bench-hdf5-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
cmake .. \
-DH5BENCH_ALL=ON
make -j 2
make install
sudo make install
ldconfig
- name: Build h5bench ASYNC
Expand All @@ -122,7 +122,7 @@ jobs:
-DCMAKE_C_FLAGS="-I$ASYNC_HOME/include -L$ASYNC_HOME/lib" \
-DH5BENCH_ALL=ON
make -j 2
make install
sudo make install
ldconfig
- name: Test h5bench SYNC write/read
Expand Down

0 comments on commit 58b803c

Please sign in to comment.