From c180370039c4746745b4bdcfbb88e02b7036c829 Mon Sep 17 00:00:00 2001 From: Steven Janzou Date: Tue, 10 Oct 2023 03:35:26 -0600 Subject: [PATCH] updating failing github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2159a816..af2ea1b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Get git ref of sibling dependency LK run: | - ref=$(git ls-remote --exit-code https://github.com/NREL/lk.git refs/heads/develop | awk '{print $1}') + ref=$(git ls-remote --exit-code git://github.com/NREL/lk.git refs/heads/develop | awk '{print $1}') echo "ref_of_lk=$ref" | tee --append $GITHUB_ENV - name: Get cached build data of sibling dependency LK uses: actions/cache@v2 @@ -72,7 +72,7 @@ jobs: echo "RAPIDJSONDIR=$GITHUB_WORKSPACE/ssc" >>$GITHUB_ENV - name: Get git ref of sibling dependency SSC run: | - ref=$(git ls-remote --exit-code https://github.com/NREL/ssc.git refs/heads/develop | awk '{print $1}') + ref=$(git ls-remote --exit-code git://github.com/NREL/ssc.git refs/heads/develop | awk '{print $1}') echo "ref_of_ssc=$ref" | tee --append $GITHUB_ENV - name: Get cached build data of sibling dependency SSC uses: actions/cache@v2