Skip to content

Commit

Permalink
Revert "Remove workaround for dart-lang/setup-dart#59 (#1904)"
Browse files Browse the repository at this point in the history
This reverts commit 434f2b9.
  • Loading branch information
jathak committed Mar 10, 2023
1 parent 8f8138d commit 1e7106b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,20 @@ 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 }}
Expand Down

0 comments on commit 1e7106b

Please sign in to comment.