Skip to content

Commit 47fcebb

Browse files
committed
Fix typo.
1 parent 34a5955 commit 47fcebb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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

0 commit comments

Comments
 (0)