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:...@@ -30,11 +30,8 @@ jobs:
30 with:30 with:
31 version: master31 version: master
3232
33 - name: Bootstrap Build33 - run: zig build -Dbootstrap
34 run: zig build -Dbootstrap
35 34
36 - name: Fetch35 - run: ./zig-out/bin/zigmod ci
37 run: ./zig-out/bin/zigmod ci
38 36
39 - name: Full Build37 - run: zig build
40 run: zig build