Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Jan 14, 2024
1 parent 9bf944a commit feeb16c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ jobs:
mv build.sh.tmp build.sh
chmod a+x build.sh
# cat build.sh
cp execcmd.c execcmd.c.bak
awk '/#include "execcmd.h"/{print; print "#include \"output.h\""; next }1' execcmd.c > execcmd.c.tmp
mv execcmd.c.tmp execcmd.c
# cp execcmd.c execcmd.c.bak
# awk '/#include "execcmd.h"/{print; print "#include \"output.h\""; next }1' execcmd.c > execcmd.c.tmp
# mv execcmd.c.tmp execcmd.c
# cat execcmd.c
cp make.c make.c.bak
awk '/#include "make.h"/{print; print "#include \"output.h\""; next }1' make.c > make.c.tmp
Expand Down

0 comments on commit feeb16c

Please sign in to comment.