Skip to content

Commit 434f2b9

Browse files
authoredMar 6, 2023
Remove workaround for dart-lang/setup-dart#59 (#1904)
1 parent f022e02 commit 434f2b9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -332,20 +332,14 @@ jobs:
332332
include:
333333
- runner: macos-latest
334334
platform: macos-x64
335-
architecture: x64
336335
- runner: self-hosted
337336
platform: macos-arm64
338-
architecture: arm64
339337
- runner: windows-latest
340338
platform: windows
341-
architecture: x64
342339

343340
steps:
344341
- uses: actions/checkout@v3
345342
- uses: dart-lang/setup-dart@v1
346-
# Workaround for dart-lang/setup-dart#59
347-
with:
348-
architecture: ${{ matrix.architecture }}
349343
- run: dart pub get
350344
- name: Deploy
351345
run: dart run grinder pkg-github-${{ matrix.platform }}

0 commit comments

Comments
 (0)
Please sign in to comment.