More fixes + debugging macos ci

This commit is contained in:
AlexandreRouma
2021-10-03 02:04:02 +02:00
parent 8666aa07e7
commit a9d92d3a8e
31 changed files with 31 additions and 31 deletions

View File

@ -95,7 +95,7 @@ jobs:
- name: Build
working-directory: ${{runner.workspace}}/build
run: make -j3
run: make VERBOSE=1 -j3
- name: Create Archive
working-directory: ${{runner.workspace}}