diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ae03ff..d27c6a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,9 @@ jobs: - uses: futureware-tech/simulator-action@v3 with: model: 'iPhone 14 Pro Max' - - run: bash scripts/run_flutter_integration_test.sh "ios" + - run: | + brew install coreutils + bash scripts/run_flutter_integration_test.sh "ios" - name: Get ios crash logs if: always() run: |