We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d750d68 commit 9b6430fCopy full SHA for 9b6430f
1 file changed
.github/workflows/test_preparation.yml
@@ -155,9 +155,9 @@ jobs:
155
&& echo P4EST_RELEASE=$PWD/p4est/build/Release >> $GITHUB_ENV
156
- name: Get p4est commit hash and url from thirdparty.json
157
run: |
158
- hash=$(jq -r '.thirdparty[] | select(.name=="P4EST") .source.ref' thirdparty.json)
+ hash=$(jq -r '.thirdparty[] | select(.name=="P4EST") .source.ref' cmake/thirdparty.json)
159
echo p4est_commit=$hash >> $GITHUB_ENV
160
- url=$(jq -r '.thirdparty[] | select(.name=="P4EST") .source.url' thirdparty.json)
+ url=$(jq -r '.thirdparty[] | select(.name=="P4EST") .source.url' cmake/thirdparty.json)
161
echo p4est_url=$url >> $GITHUB_ENV
162
- name: Check cache for previous p4est installation
163
id: p4est_cmake_cache
0 commit comments