We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f946d commit 4405fd6Copy full SHA for 4405fd6
1 file changed
.github/workflows/root.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Create ROOT example plot using C++
105
run: |
106
- export ROOT_INCLUDE_PATH=$GITHUB_WORKSPACE/src/root/cpp/include:${ROOT_INCLUDE_PATH}
+ export ROOT_INCLUDE_PATH=$GITHUB_WORKSPACE/src/dunestyle/data:${ROOT_INCLUDE_PATH}
107
cd $GITHUB_WORKSPACE/examples/root/cpp
108
root -b -q example.C
109
0 commit comments