Skip to content

Commit

Permalink
Add missing setup-dart step in qemu release (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Feb 10, 2023
1 parent f50a3f0 commit b4d390f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.13.1
with: {github_token: "${{ github.token }}"}
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart pub grinder protobuf
- uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit b4d390f

Please sign in to comment.