From 4f04bad8926f36372c8d631140c72d9fccb9e4b2 Mon Sep 17 00:00:00 2001 From: jhendersonHDF Date: Wed, 15 Jan 2025 15:21:47 -0600 Subject: [PATCH] Update win_test.yml --- .github/workflows/win_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/win_test.yml b/.github/workflows/win_test.yml index 66cd00db2d7..1a5e959f8ef 100644 --- a/.github/workflows/win_test.yml +++ b/.github/workflows/win_test.yml @@ -11,7 +11,7 @@ jobs: - name: get uses: actions/checkout@v4 with: - repository: HDFGroup/hdf5 + repository: HDFGroup/hdf5 - name: test run: | mkdir build @@ -19,3 +19,4 @@ jobs: cmake -Ax64 .. cat CMakeFiles\ ctest -D Experimental -C Release + shell: bash