1
0
This commit is contained in:
dump_stack() 2023-05-16 19:03:30 +00:00
parent 4cc0166a92
commit 246e0efac1
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -66,7 +66,7 @@ jobs:
run: | run: |
cd examples/${{ matrix.example.dir }} cd examples/${{ matrix.example.dir }}
../../out-of-tree --log-level=debug kernel autogen --max=1 ../../out-of-tree --log-level=debug kernel autogen --max=1
../../out-of-tree --log-level=debug pew --qemu-timeout=10m cd ${{ matrix.example.params }} ../../out-of-tree --log-level=debug pew --qemu-timeout=10m ${{ matrix.example.params }}
- name: Archive logs - name: Archive logs
if: always() if: always()