From c92bb5f10426f24cdeadd27651c5d068ef7a4230 Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Sun, 15 Aug 2021 15:46:50 +0200 Subject: [PATCH] Build all 3 emulators in the CI. Before this build system cleanup, it would have built the same emulator 3 times, or something like that. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f8a87b..15548e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: mkdir tmp cd tmp ../configure --enable-lights - make base-kl + make - name: Test run: | cd run/dfkfb