From 9feb5eef0e6e2bc5d3f5a191c5b350b3aaba45cd Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 6 Mar 2023 13:03:13 -0800 Subject: [PATCH] Remove workaround for dart-lang/setup-dart#59 --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdb81411d..76c69496d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -332,20 +332,14 @@ 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: dart-lang/setup-dart@v1 - # Workaround for dart-lang/setup-dart#59 - with: - architecture: ${{ matrix.architecture }} - run: dart pub get - name: Deploy run: dart run grinder pkg-github-${{ matrix.platform }}