Skip to content

Commit 686d5af

Browse files
committed
Fix path
1 parent 137d30a commit 686d5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
ctest --output-on-failure
266266
267267
python3 -m pip install jsonschema
268-
cd share/openPMD/json_schema
268+
cd ../share/openPMD/json_schema
269269
PATH="../../../build/bin:$PATH" make -j 2
270270
# We need to exclude the thetaMode example since that has a different
271271
# meshesPath and the JSON schema needs to hardcode that.

0 commit comments

Comments
 (0)