We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5536f8 commit 514abe4Copy full SHA for 514abe4
1 file changed
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
target: ${{ matrix.image-target }}
82
arch: x86_64
83
force-avd-creation: false
84
- emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
+ emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
85
disable-animations: false
86
script: echo "Generated AVD snapshot for caching."
87
@@ -91,7 +91,7 @@ jobs:
91
api-level: ${{ matrix.api-level }}
92
93
94
- emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
+ emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
95
disable-animations: true
96
97
script: ./gradlew connectedCheck
0 commit comments