mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 20:11:44 +01:00
Build step tweaking
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -24,5 +24,5 @@ jobs:
|
|||||||
- name: build tests
|
- name: build tests
|
||||||
run: cd src && touch .accepted && make test
|
run: cd src && touch .accepted && make test
|
||||||
- name: build
|
- name: build
|
||||||
run: pwd && make clean && make all
|
run: cd src && touch .accepted && make clean && make all
|
||||||
|
|
||||||
Reference in New Issue
Block a user