Skip to content

Commit

Permalink
Merge pull request #90 from xmtp/np/fix-android-co
Browse files Browse the repository at this point in the history
Fix Android CI timeout
  • Loading branch information
nplasterer authored Aug 31, 2023
2 parents 6ffad72 + 00923b5 commit e40b3d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/androidTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
- name: Install React Native CLI
run: npm i -g react-native-cli --force

# Workaround for https://github.com/actions/runner-images/issues/8104
- name: Fix Qemu Error
run: |
brew remove --ignore-dependencies qemu
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/f88e30b3a23ef3735580f9b05535ce5a0a03c9e3/Formula/qemu.rb
brew install ./qemu.rb
- name: Install docker
run: brew install docker docker-compose

Expand Down

0 comments on commit e40b3d7

Please sign in to comment.