We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04149a5 commit da8b132Copy full SHA for da8b132
.github/workflows/build.yml
@@ -60,7 +60,8 @@ jobs:
60
- name: Install packages
61
run: yarn install --colors=always
62
- name: Build jar
63
- run: ./build-scripts/build_compiler.js
+ # unset ANDROID_HOME to prevent bazel from trying to use the Android SDK
64
+ run: unset ANDROID_HOME && ./build-scripts/build_compiler.js
65
- name: Tests
66
run: node_modules/.bin/mocha --colors
67
- name: Upload contrib folder
0 commit comments