Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 3c52869

Browse files
committed
Do not remove system includes in packed cc-runtime
1 parent a7b18fe commit 3c52869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
set -e
1919
cat assembly.h int_endianness.h int_types.h int_lib.h int_util.h *.inc *.c > /tmp/cc-runtime.c
20-
sed -i '/#include/d' /tmp/cc-runtime.c
20+
sed -i '/#include "/d' /tmp/cc-runtime.c
2121
2222
- name: Push packed cc-runtime
2323
run: |

0 commit comments

Comments
 (0)