There was an error while loading. Please reload this page.
1 parent e6e65b6 commit e5a6a9bCopy full SHA for e5a6a9b
1 file changed
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
echo "RAPIDJSONDIR=$GITHUB_WORKSPACE/ssc" >>$GITHUB_ENV
73
- name: Get git ref of sibling dependency SSC
74
run: |
75
- ref=$(git ls-remote --exit-code git://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/patch | awk '{print $1}')
76
echo "ref_of_ssc=$ref" | tee --append $GITHUB_ENV
77
- name: Get cached build data of sibling dependency SSC
78
uses: actions/cache@v2
0 commit comments