File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 - run : zig build -j1
3535 - run : echo "$PWD/zig-out/bin" >> $GITHUB_PATH
3636
37- - run : ./zig-out/bin/ zigmod version
38- - run : ./zig-out/bin/ zigmod sum
39- - run : ./zig-out/bin/ zigmod zpm add apple_pie
40- - run : ./zig-out/bin/ zigmod zpm tags
41- - run : ./zig-out/bin/ zigmod aq add 1/vrischmann/sqlite
37+ - run : zigmod version
38+ - run : zigmod sum
39+ - run : zigmod zpm add apple_pie
40+ - run : zigmod zpm tags
41+ - run : zigmod aq add 1/vrischmann/sqlite
4242
4343 - run : ./test_repo.sh https://github.com/nektro/zigmod-test-basic
4444 - run : ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 - run : ./build_release.sh mips64-linux-musl
4040
4141 # Test
42- - run : ./zig-out/bin/ zigmod version
43- - run : ./zig-out/bin/ zigmod zpm add apple_pie
44- - run : ./zig-out/bin/ zigmod zpm tags
45- - run : ./zig-out/bin/ zigmod aq add 1/vrischmann/sqlite
42+ - run : zigmod version
43+ - run : zigmod zpm add apple_pie
44+ - run : zigmod zpm tags
45+ - run : zigmod aq add 1/vrischmann/sqlite
4646
4747 - run : ./test_repo.sh https://github.com/nektro/zigmod-test-basic
4848 - run : ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
You can’t perform that action at this time.
0 commit comments