Skip to content

Commit

Permalink
Do not remove system includes in packed cc-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jul 25, 2024
1 parent a7b18fe commit 3c52869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
set -e
cat assembly.h int_endianness.h int_types.h int_lib.h int_util.h *.inc *.c > /tmp/cc-runtime.c
sed -i '/#include/d' /tmp/cc-runtime.c
sed -i '/#include "/d' /tmp/cc-runtime.c
- name: Push packed cc-runtime
run: |
Expand Down

0 comments on commit 3c52869

Please sign in to comment.