Skip to content

Commit a62f3c9

Browse files
committed
Fix CI
1 parent cf442e5 commit a62f3c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,10 @@ jobs:
8383
- name: Build stage 1 artifact
8484
run: |
8585
./out/shecc --no-libc -o out/shecc-stage1.elf ./out/out.c
86+
chmod a+x ./out/shecc-stage1.elf
8687
- name: Preprocess stage 2 source code
8788
run: |
88-
make out/shecc
8989
./out/shecc-stage1.elf -E src/main.c > ./out/out.c
90-
chmod a+x ./out/shecc-stage1.elf
9190
- name: Build stage 2 artifact
9291
run: |
9392
./out/shecc-stage1.elf --no-libc -o out/shecc-stage2.elf ./out/out.c

0 commit comments

Comments
 (0)