File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 cd $GITHUB_WORKSPACE/build/downstream/sdk ;
133133 $CTEST_EXE --output-on-failure
134134
135- - name : Test pkg-config --clfags
135+ - name : Test pkg-config --cflags
136136 shell : bash
137137 run : PKG_CONFIG_PATH="$GITHUB_WORKSPACE/install/lib/pkgconfig" pkg-config OpenCL --cflags | grep -q "\-I$GITHUB_WORKSPACE/install/include"
138138
@@ -275,7 +275,7 @@ jobs:
275275 $CTEST_EXE --output-on-failure -C Release;
276276 $CTEST_EXE --output-on-failure -C Debug;
277277
278- - name : Test pkg-config --clfags
278+ - name : Test pkg-config --cflags
279279 shell : bash
280280 run : PKG_CONFIG_PATH="$GITHUB_WORKSPACE/install/lib/pkgconfig" pkg-config OpenCL --cflags | grep -q "\-I$GITHUB_WORKSPACE/install/include"
281281
Original file line number Diff line number Diff line change 9595 run : |
9696 cmake --build $GITHUB_WORKSPACE/build --config Release --target install
9797
98- - name : Test pkg-config --clfags
98+ - name : Test pkg-config --cflags
9999 shell : bash
100100 run : PKG_CONFIG_PATH="$GITHUB_WORKSPACE/install/lib/pkgconfig" pkg-config OpenCL --cflags | grep -q "\-I$GITHUB_WORKSPACE/install/include"
101101
You can’t perform that action at this time.
0 commit comments