We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8f05c commit 8cdd69bCopy full SHA for 8cdd69b
.github/workflows/build.yml
@@ -55,7 +55,6 @@ jobs:
55
- name: Create main
56
# create a main file that includes all the header files for the current target
57
run: |
58
- find ${{github.workspace}}/klib/ -type f -name "*.hpp" -exec echo "#include \"{}\"" >> ${{github.workspace}}/project/main.cpp \;
59
find ${{github.workspace}}/targets/chip/${{matrix.cpu}} -type f -name "*.hpp" -exec echo "#include \"{}\"" >> ${{github.workspace}}/project/main.cpp \;
60
61
echo "int main() {return 0;}" >> ${{github.workspace}}/project/main.cpp
0 commit comments