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 48ef5d1 commit cf442e5Copy full SHA for cf442e5
.github/workflows/main.yml
@@ -87,9 +87,11 @@ jobs:
87
run: |
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
94
+ chmod a+x ./out/shecc-stage2.elf
95
- name: Test stage 2 artifact
96
97
make check-stage2 || exit 1
0 commit comments