Skip to content

Commit

Permalink
Remove workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jan 27, 2024
1 parent 25a0884 commit 291e84b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ jobs:
with:
arch: x86_64
api-level: ${{ matrix.android-api }}
# Workaround for https://issuetracker.google.com/issues/267458959
target: ${{ matrix.android-api >= 32 && 'google_apis' || 'default' }}
# Workaround for https://github.com/ReactiveCircus/android-emulator-runner/issues/160, but newer version.
emulator-build: 9322596 # 31.3.14.0 got it via `emulator -version`
target: default
# Override default "-no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim"
# See emulator manual for reference: https://developer.android.com/studio/run/emulator-commandline
emulator-options: >
Expand Down

0 comments on commit 291e84b

Please sign in to comment.