From b0b04690d51d606e30921e2dd7726a2f97bc969e Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 12 Oct 2023 00:45:53 -0700 Subject: [PATCH] Use newer bash version for avd_test.sh --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9b6c2f65..825781e37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,5 +130,5 @@ jobs: - name: AVD test run: | - brew install coreutils + brew install coreutils bash scripts/avd_test.sh ${{ matrix.api }}