Skip to content

Commit 540cb2a

Browse files
committed
Remove build tools
1 parent 5e92e6c commit 540cb2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
uses: actions/setup-node@v1
1616
with:
1717
node-version: "12.x"
18+
19+
- name: Fix Android build-tools issue
20+
run: |
21+
echo "Uninstalling build tools > 30"
22+
echo "As a temporary workaround to fix builds"
23+
SDKMANAGER=$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager
24+
echo y | $SDKMANAGER --uninstall "build-tools;31.0.0"
1825
1926
- name: Build Plugin Source
2027
run: cd src && npm run build

0 commit comments

Comments
 (0)