File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8888 && echo SC_RELEASE=$PWD/sc/build/Release >> $GITHUB_ENV
8989 - name : Get sc commit hash and url from dependencies.json
9090 run : |
91- hash=$(jq -r '.dependencies[] | select(.name=="sc ") .source.ref' dependencies.json)
91+ hash=$(jq -r '.dependencies[] | select(.name=="SC ") .source.ref' dependencies.json)
9292 echo sc_commit=$hash >> $GITHUB_ENV
93- url=$(jq -r '.dependencies[] | select(.name=="sc ") .source.url' dependencies.json)
93+ url=$(jq -r '.dependencies[] | select(.name=="SC ") .source.url' dependencies.json)
9494 echo sc_url=$url >> $GITHUB_ENV
9595 - name : Check cache for previous sc installation
9696 id : sc_cmake_cache
@@ -150,9 +150,9 @@ jobs:
150150 && echo P4EST_RELEASE=$PWD/p4est/build/Release >> $GITHUB_ENV
151151 - name : Get p4est commit hash and url from dependencies.json
152152 run : |
153- hash=$(jq -r '.dependencies[] | select(.name=="p4est ") .source.ref' dependencies.json)
153+ hash=$(jq -r '.dependencies[] | select(.name=="P4EST ") .source.ref' dependencies.json)
154154 echo p4est_commit=$hash >> $GITHUB_ENV
155- url=$(jq -r '.dependencies[] | select(.name=="p4est ") .source.url' dependencies.json)
155+ url=$(jq -r '.dependencies[] | select(.name=="P4EST ") .source.url' dependencies.json)
156156 echo p4est_url=$url >> $GITHUB_ENV
157157 - name : Check cache for previous p4est installation
158158 id : p4est_cmake_cache
You can’t perform that action at this time.
0 commit comments