From c6752b5a3f8033e51ea5d13148e10963aaf1b274 Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Fri, 10 Mar 2023 16:58:04 -0800 Subject: [PATCH] Revert "Remove workaround for dart-lang/setup-dart#59 (#151)" (#153) This reverts commit 7d38d428172d7384fa88cf01df048c45756ee9ae. --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c27091b..71f1f3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -256,16 +256,22 @@ jobs: include: - runner: macos-latest platform: macos-x64 + architecture: x64 - runner: self-hosted platform: macos-arm64 + architecture: arm64 - runner: windows-latest platform: windows + architecture: x64 steps: - uses: actions/checkout@v3 - uses: bufbuild/buf-setup-action@v1.13.1 with: {github_token: "${{ github.token }}"} - uses: dart-lang/setup-dart@v1 + # Workaround for dart-lang/setup-dart#59 + with: + architecture: ${{ matrix.architecture }} - run: dart pub get - run: dart run grinder protobuf - name: Deploy