From 3c528691abfbed8f9a703fefa2f3337c4690c76b Mon Sep 17 00:00:00 2001 From: mintsuki Date: Thu, 25 Jul 2024 02:01:11 +0200 Subject: [PATCH] Do not remove system includes in packed cc-runtime --- .github/workflows/pack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index d8c9704..bcd4a4f 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -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: |