Skip to content

Commit e8a8d65

Browse files
committed
chore: add workaround for missing DX files in build-tools 31
1 parent 986ddee commit e8a8d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
java-version: 1.8
5454
- name: Update test cert for httpbin.org
5555
run: npm run updatecert
56+
- name: Add workaround for missing DX files in build-tools 31 (https://stackoverflow.com/a/68430992)
57+
run: ln -s %ANDROID_HOME%/build-tools/31.0.0/d8 $ANDROID_HOME/build-tools/31.0.0/dx && ln -s $ANDROID_HOME/build-tools/31.0.0/lib/d8.jar $ANDROID_HOME/build-tools/31.0.0/lib/dx.jar
5658
- name: Build test app
5759
run: scripts/build-test-app.sh --android --device
5860
- name: Upload artifact to BrowserStack

0 commit comments

Comments
 (0)