Skip to content

Commit

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

0 comments on commit 434f2b9

Please sign in to comment.