mirror of https://github.com/AMT-Cheif/drift.git
Attempt to use Dart 2.7 in CI
This commit is contained in:
parent
2d1d899c71
commit
0e2ad81ac1
|
@ -1,3 +1,6 @@
|
|||
FROM google/dart:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y -q libsqlite3-dev
|
||||
RUN apt-get update && apt-get install -y -q libsqlite3-dev
|
||||
|
||||
# We ocassionally have to change this file to manually trigger rebuilds in the CI. Particularly, after a new Dart SDK
|
||||
# version is out.
|
Loading…
Reference in New Issue