Build step tweaking

This commit is contained in:
welcor 2024-06-21 14:11:47 +02:00
parent 9b242a1085
commit 594cedbff6

View file

@ -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