We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf442e5 commit a62f3c9Copy full SHA for a62f3c9
.github/workflows/main.yml
@@ -83,11 +83,10 @@ jobs:
83
- name: Build stage 1 artifact
84
run: |
85
./out/shecc --no-libc -o out/shecc-stage1.elf ./out/out.c
86
+ chmod a+x ./out/shecc-stage1.elf
87
- name: Preprocess stage 2 source code
88
- make out/shecc
89
./out/shecc-stage1.elf -E src/main.c > ./out/out.c
90
- chmod a+x ./out/shecc-stage1.elf
91
- name: Build stage 2 artifact
92
93
./out/shecc-stage1.elf --no-libc -o out/shecc-stage2.elf ./out/out.c
0 commit comments