Skip to content

Commit 22fd587

Browse files
committed
Beef up emulator
1 parent 0d41d27 commit 22fd587

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: reactivecircus/android-emulator-runner@v2
2323
with:
2424
api-level: 34
25+
cores: 3
26+
ram-size: 6000M
27+
heap-size: 4000M
2528
arch: x86_64
2629
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
2730

0 commit comments

Comments
 (0)