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

Commit a7b18fe

Browse files
committed
Fix order of includes for packed cc-runtime
1 parent 3369143 commit a7b18fe

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Pack cc-runtime
1717
run: |
1818
set -e
19-
cat assembly.h int_util.h int_endianness.h int_types.h int_lib.h *.inc *.c > /tmp/cc-runtime.c
19+
cat assembly.h int_endianness.h int_types.h int_lib.h int_util.h *.inc *.c > /tmp/cc-runtime.c
2020
sed -i '/#include/d' /tmp/cc-runtime.c
2121
2222
- name: Push packed cc-runtime

0 commit comments

Comments
 (0)