Skip to content

Commit

Permalink
.github: fix wrong directory name: linux/ -> kernel/
Browse files Browse the repository at this point in the history
Also: run_qemu -> run_qemu.sh

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Dec 2, 2024
1 parent 66e4c8d commit 35a7066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
path: kernel

- name: defconfig
run: cd linux &&
run: cd kernel &&
make defconfig ARCH=${{ matrix.arch }}

- name: build
run: |
cd linux
sudo ../run_qemu/run_qemu -v --no-run ${{ matrix.run_opts }}
cd kernel
sudo ../run_qemu/run_qemu.sh -v --no-run ${{ matrix.run_opts }}
# TODO: drop --no-run thanks to "nested KVM" or something?

0 comments on commit 35a7066

Please sign in to comment.