Skip to content

Commit

Permalink
decreased HDF5 parallel builds to 2 tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 10, 2024
1 parent 0baf8ff commit 03c17da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
-DHDF5_ENABLE_SUBFILING_VFD:BOOL=ON\
-DBUILD_SHARED_LIBS:BOOL=ON \
..
make -j 8 install
make -j 2 install
- name: Checkout ALL
if: ${{ matrix.liball == 'libALL' }}
run: |
Expand Down

0 comments on commit 03c17da

Please sign in to comment.