Skip to content

Commit

Permalink
set colored version as default
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Jul 11, 2024
1 parent 542c5df commit 5a11287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a11287

Please sign in to comment.