Fix dart workflow

The dart runtime is not installed by default. The action failes with an error.
This commit is contained in:
Simon Leier
2019-08-19 02:26:04 +02:00
committed by GitHub
parent bd4253ccd6
commit 28ae08ad28
+3
View File
@@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies