Skip to content

Commit 010c78d

Browse files
committed
ci: remove commented copy-pasta from macos-latest-build
1 parent 1cd2cf6 commit 010c78d

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yml

-24
Original file line numberDiff line numberDiff line change
@@ -434,30 +434,6 @@ jobs:
434434
- name: Run vab --help
435435
run: vab --help
436436

437-
# - name: Ruin Android environment on purpose
438-
# run: |
439-
# sudo rm -fr /Users/runner/Library/Android/sdk
440-
#
441-
# - name: Run 'vab doctor' before
442-
# run: vab doctor
443-
#
444-
# - name: Run 'vab install auto'
445-
# run: |
446-
# unset ANDROID_SDK_ROOT # These are set in the CI by default
447-
# unset ANDROID_HOME
448-
# unset ANDROID_NDK_ROOT
449-
# vab install auto
450-
#
451-
# - name: Run 'vab doctor' after
452-
# run: vab doctor
453-
#
454-
# - name: Install SDK dependencies
455-
# run: |
456-
# vab install "build-tools;33.0.2"
457-
# vab install "platforms;android-30"
458-
# vab install bundletool
459-
# vab install aapt2
460-
461437
- name: Run vab doctor
462438
run: vab doctor
463439

0 commit comments

Comments
 (0)