Skip to content

Commit

Permalink
Try and fix failing CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan3d committed Aug 8, 2023
1 parent 6a1f2cf commit 74c9074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run checks
env:
ANDROID_GRADLE_PLUGIN_VERSION: ${{ matrix.android-gradle-plugin }}
run: ./gradlew check --no-daemon --stacktrace
run: ./gradlew check --no-daemon --stacktrace -Dorg.gradle.jvmargs=-XX:+UseContainerSupport

- name: Archive sample HTML report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 74c9074

Please sign in to comment.