Skip to content

Commit cf442e5

Browse files
committed
Fix CI
1 parent 48ef5d1 commit cf442e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ jobs:
8787
run: |
8888
make out/shecc
8989
./out/shecc-stage1.elf -E src/main.c > ./out/out.c
90+
chmod a+x ./out/shecc-stage1.elf
9091
- name: Build stage 2 artifact
9192
run: |
9293
./out/shecc-stage1.elf --no-libc -o out/shecc-stage2.elf ./out/out.c
94+
chmod a+x ./out/shecc-stage2.elf
9395
- name: Test stage 2 artifact
9496
run: |
9597
make check-stage2 || exit 1

0 commit comments

Comments
 (0)