diff --git a/.github/workflows/build_and_run_tests.yml b/.github/workflows/build_and_run_tests.yml index 80258ca..37cdb4a 100644 --- a/.github/workflows/build_and_run_tests.yml +++ b/.github/workflows/build_and_run_tests.yml @@ -56,7 +56,7 @@ jobs: - name: Build and Run Pseudo Framework Mode run: | git clone https://github.com/NOAA-OWP/cfe extern/cfe - git clone -b refs/pull/17/head https://github.com/NOAA-OWP/SoilMoistureProfiles extern/SoilMoistureProfiles + git clone -b PhilMiller/bmi-virtual-dtor https://github.com/NOAA-OWP/SoilMoistureProfiles extern/SoilMoistureProfiles git clone https://github.com/NOAA-OWP/aorc_bmi extern/aorc_bmi git clone https://github.com/NOAA-OWP/evapotranspiration extern/evapotranspiration if [ -d build ]; then diff --git a/.github/workflows/ngen_integration.yaml b/.github/workflows/ngen_integration.yaml index ec6b3ba..015ffbb 100644 --- a/.github/workflows/ngen_integration.yaml +++ b/.github/workflows/ngen_integration.yaml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v4 with: repository: noaa-owp/soilmoistureprofiles - ref: refs/pull/17/head + ref: PhilMiller/bmi-virtual-dtor - name: Build the SMP Library run: |