diff options
author | Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com> | 2020-10-21 10:37:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 10:37:06 -0400 |
commit | c1fee56f62d2f14eb58cf5feaba2d191cd1247fe (patch) | |
tree | e4170c2c866e85ce2c936c091dc146774a957640 | |
parent | 78387bb220a456ff3fa5a288e0bf8c57b3cb2241 (diff) | |
download | sdl_android-bugfix/fix_rpc_gen_tests.tar.gz |
Update android.ymlbugfix/fix_rpc_gen_tests
-rw-r--r-- | .github/workflows/android.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a266cf3a8..1939620bc 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -9,8 +9,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 - with: - submodules: true +# with: +# submodules: true - name: Setup JDK uses: actions/setup-java@v1 |