diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 588fa84..f221215 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -49,7 +49,7 @@ jobs: export HDF5_LIBTOOL=/usr/bin/libtoolize ./autogen.sh ./configure --prefix=$HDF5_DIR --enable-parallel --enable-threadsafe --enable-unsupported \ - --disable-tests --disable-hl --disable-fortran --disable-tools --disable-hltools + --disable-tests --disable-hl --disable-fortran --disable-tools make && make install # Compile Argobots @@ -138,7 +138,7 @@ jobs: export HDF5_LIBTOOL=/usr/bin/libtoolize ./autogen.sh ./configure --prefix=$HDF5_DIR --enable-parallel --enable-threadsafe --enable-unsupported \ - --disable-tests --disable-hl --disable-fortran --disable-tools --disable-hltools + --disable-tests --disable-hl --disable-fortran --disable-tools make && make install # Compile Argobots