mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
build step tweaking
This commit is contained in:
parent
81e0eb009a
commit
9b242a1085
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,5 +24,5 @@ jobs:
|
|||
- name: build tests
|
||||
run: cd src && touch .accepted && make test
|
||||
- name: build
|
||||
run: make clean && make
|
||||
run: pwd && make clean && make all
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue