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

Commit c6752b5

Browse files
authored
Revert "Remove workaround for dart-lang/setup-dart#59 (#151)" (#153)
This reverts commit 7d38d42.
1 parent 9893512 commit c6752b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,16 +256,22 @@ jobs:
256256
include:
257257
- runner: macos-latest
258258
platform: macos-x64
259+
architecture: x64
259260
- runner: self-hosted
260261
platform: macos-arm64
262+
architecture: arm64
261263
- runner: windows-latest
262264
platform: windows
265+
architecture: x64
263266

264267
steps:
265268
- uses: actions/checkout@v3
266269
- uses: bufbuild/[email protected]
267270
with: {github_token: "${{ github.token }}"}
268271
- uses: dart-lang/setup-dart@v1
272+
# Workaround for dart-lang/setup-dart#59
273+
with:
274+
architecture: ${{ matrix.architecture }}
269275
- run: dart pub get
270276
- run: dart run grinder protobuf
271277
- name: Deploy

0 commit comments

Comments
 (0)