We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b72016 commit 7fd6492Copy full SHA for 7fd6492
.github/workflows/main.yml
@@ -8,6 +8,8 @@ jobs:
8
strategy:
9
matrix:
10
build_type: [Debug, Release]
11
+ env:
12
+ JAVA_OPTS: '-Xmx10G'
13
steps:
14
- name: Prepare Environment
15
run: sudo apt-get update && curl -Lo kitware-archive.sh https://apt.kitware.com/kitware-archive.sh && sudo bash ./kitware-archive.sh
@@ -62,4 +64,4 @@ jobs:
62
64
uses: actions/upload-artifact@v4
63
65
with:
66
name: love-android-unstripped-debugsyms-${{ matrix.build_type }}
- path: love/build/intermediates/cxx
67
+ path: app/build/intermediates/cxx
0 commit comments