Skip to content

Commit 7702741

Browse files
Update sample.json for DYLD_LIBRARY_PATH CI workaround
1 parent 1d78ae3 commit 7702741

File tree

1 file changed

+1
-1
lines changed
  • RenderingToolkit/GettingStarted/02_embree_gsg

1 file changed

+1
-1
lines changed

RenderingToolkit/GettingStarted/02_embree_gsg/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cd build",
4545
"cmake ..",
4646
"cmake --build . ",
47-
"./minimal"
47+
"export DYLD_LIBRARY_PATH=${LIBRARY_PATH} && ./minimal"
4848
]
4949
}
5050
]

0 commit comments

Comments
 (0)