Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 16, 2024
1 parent e1a3cdb commit e0eac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
--disable-tests --disable-tools \
--prefix=$HOME_DIR/hdf5 \
--enable-parallel
cat config.log
make -j 8 install
mydir="$PWD"
export HDF5_DIR=$mydir/hdf5/hdf5
Expand All @@ -87,6 +86,7 @@ jobs:
./autogen.sh
mkdir build; cd build
CC=$HDF5_DIR/bin/h5pcc ../configure --prefix=$GITHUB_WORKSPACE/build
cat config.log
shell: bash

##################################
Expand Down

0 comments on commit e0eac5b

Please sign in to comment.