Skip to content

Commit 4426ef8

Browse files
committed
fix: ci
1 parent 9897296 commit 4426ef8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
cmake --build level-zero-build --config Release --parallel $(nproc)
8888
${{ matrix.install_cmd }}
8989
90+
- name: Find and remove all .cpp files
91+
run: |
92+
find . -name "*.cpp" -type f -delete
93+
shell: bash
94+
9095
- name: Run examples
9196
shell: bash
9297
env:

0 commit comments

Comments
 (0)