Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Revert "Remove workaround for dart-lang/setup-dart#59 (#151)" (#153)
Browse files Browse the repository at this point in the history
This reverts commit 7d38d42.
  • Loading branch information
jathak committed Mar 11, 2023
1 parent 9893512 commit c6752b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit c6752b5

Please sign in to comment.