Skip to content

Commit 9b6430f

Browse files
adapt path of thirdparty file in ci [run ci]
1 parent d750d68 commit 9b6430f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_preparation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ jobs:
155155
&& echo P4EST_RELEASE=$PWD/p4est/build/Release >> $GITHUB_ENV
156156
- name: Get p4est commit hash and url from thirdparty.json
157157
run: |
158-
hash=$(jq -r '.thirdparty[] | select(.name=="P4EST") .source.ref' thirdparty.json)
158+
hash=$(jq -r '.thirdparty[] | select(.name=="P4EST") .source.ref' cmake/thirdparty.json)
159159
echo p4est_commit=$hash >> $GITHUB_ENV
160-
url=$(jq -r '.thirdparty[] | select(.name=="P4EST") .source.url' thirdparty.json)
160+
url=$(jq -r '.thirdparty[] | select(.name=="P4EST") .source.url' cmake/thirdparty.json)
161161
echo p4est_url=$url >> $GITHUB_ENV
162162
- name: Check cache for previous p4est installation
163163
id: p4est_cmake_cache

0 commit comments

Comments
 (0)