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

Commit 7d38d42

Browse files
authored
Remove workaround for dart-lang/setup-dart#59 (#151)
1 parent 9094419 commit 7d38d42

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,22 +256,16 @@ jobs:
256256
include:
257257
- runner: macos-latest
258258
platform: macos-x64
259-
architecture: x64
260259
- runner: self-hosted
261260
platform: macos-arm64
262-
architecture: arm64
263261
- runner: windows-latest
264262
platform: windows
265-
architecture: x64
266263

267264
steps:
268265
- uses: actions/checkout@v3
269266
- uses: bufbuild/[email protected]
270267
with: {github_token: "${{ github.token }}"}
271268
- uses: dart-lang/setup-dart@v1
272-
# Workaround for dart-lang/setup-dart#59
273-
with:
274-
architecture: ${{ matrix.architecture }}
275269
- run: dart pub get
276270
- run: dart run grinder protobuf
277271
- name: Deploy

0 commit comments

Comments
 (0)