Skip to content

Commit

Permalink
fixed syntax1
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 16, 2024
1 parent c9f26dc commit 601f1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
##################################
git clone https://github.com/HDFGroup/hdf5.git
export HOME_DIR=$(echo ~)
echo "HDF5_DIR=$HOME_DIR/hdf5" >> $GITHUB_ENV
export HDF5_DIR=$HOME_DIR/hdf5
echo "HDF5_DIR=$HDF5_DIR" >> $GITHUB_ENV
cd hdf5
./autogen.sh
./configure --enable-build-mode=debug --without-szlib --disable-fortran --disable-hl \
Expand Down

0 comments on commit 601f1fa

Please sign in to comment.