We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d69dbc commit 6e89dadCopy full SHA for 6e89dad
.github/workflows/main.yml
@@ -10,9 +10,7 @@ jobs:
10
build:
11
name: Build on ${{ matrix.os }}
12
runs-on: ${{ matrix.os }}
13
- if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }}
14
strategy:
15
- fail-fast: false
16
matrix:
17
os: [ ubuntu-latest ]
18
env:
@@ -83,7 +81,6 @@ jobs:
83
81
84
82
- name: Build with Gradle
85
run: |
86
- echo 'org.gradle.caching=true' >> gradle.properties
87
echo 'org.gradle.parallel=true' >> gradle.properties
88
echo 'org.gradle.jvmargs=-Xmx2048m' >> gradle.properties
89
echo 'android.native.buildOutput=verbose' >> gradle.properties
0 commit comments