1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-06 18:50:31 +08:00

fix workflow

This commit is contained in:
源文雨
2022-10-16 11:49:03 +08:00
parent fd2cc4a899
commit 65a5822be8

View File

@@ -27,7 +27,7 @@ jobs:
run: |
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
-fno-omit-frame-pointer -pg -mnop-mcount -D__cosmopolitan \
-o base16384.com.dbg base16384.c base1432.c -fuse-ld=bfd -Wl,-T,ape.lds \
-o base16384.com.dbg base16384.c file.c base1432.c -fuse-ld=bfd -Wl,-T,ape.lds \
-include cosmopolitan.h crt.o ape.o cosmopolitan.a
objcopy -S -O binary base16384.com.dbg base16384.com
@@ -38,4 +38,4 @@ jobs:
file: base16384.com
tag: ${{ github.ref }}
overwrite: true
file_glob: true
file_glob: true