From 246e0efac17588b73606b25bb03dbd8ca4f33d2d Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 16 May 2023 19:03:30 +0000 Subject: [PATCH] ci: typo --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a5c5aba..55fba7f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -66,7 +66,7 @@ jobs: run: | cd examples/${{ matrix.example.dir }} ../../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 if: always()