Skip to content

Commit 9a3d03f

Browse files
authored
Use dart container
1 parent 962fcf9 commit 9a3d03f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dart-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
12+
container:
13+
image: google/dart:latest
1314
steps:
1415
- uses: actions/checkout@v2
15-
- uses: cedx/[email protected]
16-
with:
17-
release-channel: beta
1816
- name: Install dependencies
1917
run: pub get
2018
- name: Run tests

0 commit comments

Comments
 (0)