Skip to content

Commit

Permalink
Roll setup-dart (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit authored Jul 29, 2021
1 parent 4b5450d commit 2ef10ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
sdk: [dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.1
- uses: dart-lang/setup-dart@v1.2
with:
channel: ${{ matrix.sdk }}
sdk: ${{ matrix.sdk }}
- id: install
name: Install dependencies
run: dart pub get
Expand All @@ -53,9 +53,9 @@ jobs:
shard: [0, 1, 2, 3, 4, 5, 6]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.1
- uses: dart-lang/setup-dart@v1.2
with:
channel: ${{ matrix.sdk }}
sdk: ${{ matrix.sdk }}
- name: Install dependencies
run: dart pub get
- name: Build snapshot
Expand Down

0 comments on commit 2ef10ad

Please sign in to comment.