From 39202f222209d35a07b20709184204dd52bfad7a Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Mon, 16 Oct 2023 15:57:46 -0600 Subject: [PATCH] CI: Re-enable booting aarch64 in CI self-test mode on CI --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b34d75862f8..5a5ddc457e0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -237,7 +237,7 @@ jobs: run: ninja install && ninja qemu-image - name: Run On-Target Tests - if: ${{ matrix.debug-options == 'NORMAL_DEBUG' && matrix.arch != 'aarch64' }} + if: ${{ matrix.debug-options == 'NORMAL_DEBUG' }} working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }} env: SERENITY_QEMU_CPU: "max,vmx=off"