Skip to content

Commit e5a6a9b

Browse files
author
Brian Mirletz
committed
change a;; ci targets to patch
1 parent e6e65b6 commit e5a6a9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "RAPIDJSONDIR=$GITHUB_WORKSPACE/ssc" >>$GITHUB_ENV
7373
- name: Get git ref of sibling dependency SSC
7474
run: |
75-
ref=$(git ls-remote --exit-code git://github.com/NREL/ssc.git refs/heads/develop | awk '{print $1}')
75+
ref=$(git ls-remote --exit-code git://github.com/NREL/ssc.git refs/heads/patch | awk '{print $1}')
7676
echo "ref_of_ssc=$ref" | tee --append $GITHUB_ENV
7777
- name: Get cached build data of sibling dependency SSC
7878
uses: actions/cache@v2

0 commit comments

Comments
 (0)