Skip to content

Commit 8cdd69b

Browse files
committed
Removed klib headers from all individual mcu builds
1 parent cf8f05c commit 8cdd69b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
- name: Create main
5656
# create a main file that includes all the header files for the current target
5757
run: |
58-
find ${{github.workspace}}/klib/ -type f -name "*.hpp" -exec echo "#include \"{}\"" >> ${{github.workspace}}/project/main.cpp \;
5958
find ${{github.workspace}}/targets/chip/${{matrix.cpu}} -type f -name "*.hpp" -exec echo "#include \"{}\"" >> ${{github.workspace}}/project/main.cpp \;
6059
6160
echo "int main() {return 0;}" >> ${{github.workspace}}/project/main.cpp

0 commit comments

Comments
 (0)