From 4ace8b85872d13145ff6e2c6edbf613aa55ca3c7 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Fri, 7 Jun 2024 10:34:27 -0500 Subject: [PATCH] updated hpc-io to HDFGroup --- .github/workflows/alone.yml | 2 +- .github/workflows/ubuntu_stack_vols.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alone.yml b/.github/workflows/alone.yml index 3496f1f..c4bff22 100644 --- a/.github/workflows/alone.yml +++ b/.github/workflows/alone.yml @@ -134,7 +134,7 @@ jobs: rm -rf ${CAHCE_DIR} mkdir ${CAHCE_DIR} cd ${CAHCE_DIR} - git clone https://github.com/hpc-io/vol-cache.git + git clone https://github.com/HDFGroup/vol-cache.git cd vol-cache mkdir build cd build diff --git a/.github/workflows/ubuntu_stack_vols.yml b/.github/workflows/ubuntu_stack_vols.yml index 887e05b..34bdc1f 100644 --- a/.github/workflows/ubuntu_stack_vols.yml +++ b/.github/workflows/ubuntu_stack_vols.yml @@ -134,7 +134,7 @@ jobs: rm -rf ${CAHCE_DIR} mkdir ${CAHCE_DIR} cd ${CAHCE_DIR} - git clone https://github.com/hpc-io/vol-cache.git + git clone https://github.com/HDFGroup/vol-cache.git cd vol-cache mkdir build cd build