From b2b08b14a3314cb9ae074fd2d8f02252f9434fa7 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 10 Jun 2023 14:54:53 +0300 Subject: [PATCH] Fix github workflow --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index bdb6970d..f63c01ff 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -159,7 +159,7 @@ jobs: run: | make build_lynx make build_userspace - make build_drivers + make build_modules make build_kernel make build_userspace