From bf728c476a5e6c10163f4222b599003caea7d860 Mon Sep 17 00:00:00 2001 From: Ivan Gualandri Date: Tue, 3 Oct 2023 14:55:50 +0100 Subject: [PATCH] fix typos --- .github/workflows/build_tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index 758bf1d..a60a7d8 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -44,8 +44,9 @@ jobs: cd dreamos; ls; make clean; - nasm -v - make build TOOLCHAN=gcc + nasm -v; + make build + TOOLCHAIN=gcc IS_WORKFLOW=1 ARCH_PREFIX=x86_64-elf IMAGE_BASE_NAME=DreamOS64