From b8e44e67e7f5461e88145e4ec3abd3677a1c8634 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Wed, 12 Jun 2024 02:29:21 +0200 Subject: [PATCH] fix CI waterbox cores build --- .github/workflows/make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index a844f3e9f64..d97f56737f6 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -58,8 +58,8 @@ jobs: git submodule update --init nyma/mednafen; git submodule update --init ares64/ares/thirdparty/angrylion-rdp; git submodule update --init gpgx/Genesis-Plus-GX; - git submodule update --init ../submodules/sameboy/libsameboy - git submodule update --init uae/libretro-uae + git submodule update --init ../submodules/sameboy/libsameboy; + git submodule update --init uae/libretro-uae; - name: Download compiled waterbox uses: actions/download-artifact@v4 with: