summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-15 13:39:47 (GMT)
committerGitHub <noreply@github.com>2022-12-15 13:39:47 (GMT)
commit4472493ee7b8dd0546d31a5cee4f741d671c8ef1 (patch)
tree47cbf031536495cb64c28585a1bdf06873fd4d1a
parent806fdfe154b5190fb08ea070dce4bdbb80530077 (diff)
downloadhdf5-4472493ee7b8dd0546d31a5cee4f741d671c8ef1.zip
hdf5-4472493ee7b8dd0546d31a5cee4f741d671c8ef1.tar.gz
hdf5-4472493ee7b8dd0546d31a5cee4f741d671c8ef1.tar.bz2
Fixed mis-indented autogen comments in main.yml
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b26af6a..f5baf37 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -377,7 +377,7 @@ jobs:
- name: Autotools Configure
run: |
- #sh ./autogen.sh
+ #sh ./autogen.sh
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
${{ matrix.flags }} $GITHUB_WORKSPACE/configure --enable-build-mode=${{ matrix.build_mode.autotools }} --${{ matrix.deprec_sym }}-deprecated-symbols --with-default-api-version=${{ matrix.default_api }} --enable-shared --${{ matrix.parallel }}-parallel --${{ matrix.cpp }}-cxx --${{ matrix.fortran }}-fortran --${{ matrix.java }}-java --${{ matrix.mirror_vfd }}-mirror-vfd --${{ matrix.direct_vfd }}-direct-vfd
@@ -386,7 +386,7 @@ jobs:
- name: Autotools Configure (Thread-Safe)
run: |
- #sh ./autogen.sh
+ #sh ./autogen.sh
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
${{ matrix.flags }} $GITHUB_WORKSPACE/configure --enable-build-mode=${{ matrix.build_mode.autotools }} --enable-shared --enable-threadsafe --disable-hl --${{ matrix.parallel }}-parallel --${{ matrix.mirror_vfd }}-mirror-vfd --${{ matrix.direct_vfd }}-direct-vfd