mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-01 06:58:49 +01:00
Build step tweaking
This commit is contained in:
parent
9b242a1085
commit
594cedbff6
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: pwd && make clean && make all
|
||||
run: cd src && touch .accepted && make clean && make all
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue