Browse Source

use dart dev channel.

remove-cryptography-dependency
Herbert Poul 5 years ago committed by GitHub
parent
commit
8f64a8cece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/dart.yml

2
.github/workflows/dart.yml

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: google/dart:latest
image: google/dart:2.5.0-dev.2.1
steps:
- uses: actions/checkout@v1

Loading…
Cancel
Save