workflow/impl: run make.sh instead of make
This commit is contained in:
parent
cd909f58fc
commit
8035172508
|
@ -7,4 +7,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd impl && cp src/config.h.template src/config.h && sed -i 's/undefined/"TESTCALL"/' src/config.h
|
||||
- run: cd impl && make
|
||||
- run: cd impl && ./make.sh
|
||||
|
|
Loading…
Reference in a new issue