Skip to content

Commit d8d0443

Browse files
committed
fix: update bootstrap cmd in CD script
1 parent 50ed058 commit d8d0443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
libxrandr-dev \
2727
libxi-dev
2828
- name: bootstrap
29-
run: clang src/make.c -o make
29+
run: cc -std=c11 src_build/make.c -o make
3030
- name: package
3131
run: ./make
3232
- name: release

0 commit comments

Comments
 (0)