Skip to content

Commit a8da72d

Browse files
Use better Github Action
1 parent fcf161f commit a8da72d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
14-
container:
15-
image: google/dart:latest
16-
1712
steps:
1813
- uses: actions/checkout@v2
14+
- uses: dart-lang/setup-dart@v1
15+
with:
16+
sdk: stable
17+
1918
- name: Install dependencies
2019
run: pub get
2120

0 commit comments

Comments
 (0)