Skip to content

Commit

Permalink
fix: fix the fix that didn't fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Sep 25, 2024
1 parent df26a05 commit 7f79b63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/stage-uitests-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
- template: templates/dotnet-install-mac.yml
- template: templates/canary-updater.yml

- task: PowerShell@2
displayName: 'Install coreutils'
inputs:
targetType: inline
script: |
brew install coreutils
- bash: |
chmod +x $(build.sourcesdirectory)/build/scripts/android-uitest-run.sh
$(build.sourcesdirectory)/build/scripts/android-uitest-run.sh
Expand Down

0 comments on commit 7f79b63

Please sign in to comment.