Skip to content

Commit

Permalink
Download and install libicu71
Browse files Browse the repository at this point in the history
Set Android emulator RAM size to 4GB
  • Loading branch information
jeffdgr8 committed Sep 29, 2023
1 parent 8e6acd7 commit d359bca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:
java-version: 17
- name: Install libicu
run: |
sudo apt-get install -y libicu71
wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2.1_amd64.deb
sudo dpkg -i libicu66_66.1-2ubuntu2.1_amd64.deb
rm libicu66_66.1-2ubuntu2.1_amd64.deb
wget https://launchpad.net/ubuntu/+source/icu/71.1-2/+build/23579523/+files/libicu71_71.1-2_amd64.deb
sudo dpkg -i libicu71_71.1-2_amd64.deb
rm libicu71_71.1-2_amd64.deb
- name: Run tests
run: ./gradlew check
- name: Upload test results
Expand Down Expand Up @@ -102,6 +104,7 @@ jobs:
with:
api-level: 33
arch: x86_64
ram-size: 4096M
script: ./gradlew connectedCheck --no-parallel
- name: Upload test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d359bca

Please sign in to comment.