build step tweaking

This commit is contained in:
welcor
2024-06-21 14:10:16 +02:00
parent 81e0eb009a
commit 9b242a1085
+1 -1
View File
@@ -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