From 5a11287ea1c1cc1bc2b7d0aba2dcabe18210d8cd Mon Sep 17 00:00:00 2001 From: Willems Davy Date: Thu, 11 Jul 2024 19:58:41 +0200 Subject: [PATCH] set colored version as default --- .github/workflows/build_aarch64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_aarch64.yml b/.github/workflows/build_aarch64.yml index c9009c0..943ce55 100644 --- a/.github/workflows/build_aarch64.yml +++ b/.github/workflows/build_aarch64.yml @@ -76,7 +76,7 @@ jobs: - if: ${{ matrix.buildtype == 'playdate'}} name: Build Game Playdate run: | - make PLATFORM=rg35xx_plus_batocera_aarch64 ${{matrix.makecommand }} + make PLATFORM=rg35xx_plus_batocera_aarch64 DEFAULTSOURCEDIR=1 ${{matrix.makecommand }} - if: ${{ matrix.buildtype == 'vanilla'}} name: Build Game Vanilla