authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-29 04:50:17 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-29 04:50:17 -07:00
loge0bd9084578b169f61c10db091f4643f20391064
treed78de0dc5efa9916210ffe1f03e9b7a7953d3603
parent8ae325bbed7ba9def5139611a317146834f71271

actions- have command name be the command


1 files changed, 3 insertions(+), 6 deletions(-)

.github/workflows/nightly.yml+3-6
......@@ -30,11 +30,8 @@ jobs:
3030 with:
3131 version: master
3232
33 - name: Bootstrap Build
34 run: zig build -Dbootstrap
33 - run: zig build -Dbootstrap
3534
36 - name: Fetch
37 run: ./zig-out/bin/zigmod ci
35 - run: ./zig-out/bin/zigmod ci
3836
39 - name: Full Build
40 run: zig build
37 - run: zig build