mirror of https://github.com/AMT-Cheif/drift.git
Fix git references in pubspec
This commit is contained in:
parent
1d0cba14cd
commit
5dde4ad616
|
@ -60,6 +60,8 @@ jobs:
|
|||
# setup
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cedx/setup-dart@v2
|
||||
with:
|
||||
release-channel: beta
|
||||
- run: sudo apt-get install -y libsqlite3-dev
|
||||
name: Install sqlite3 for tests
|
||||
- run: dart pub upgrade
|
||||
|
|
|
@ -44,12 +44,12 @@ dependency_overrides:
|
|||
|
||||
uuid:
|
||||
git:
|
||||
url: https://github.com/simolus3/dart-uuid.git
|
||||
ref: null-safety
|
||||
url: https://github.com/Daegalus/dart-uuid.git
|
||||
ref: nullsafety
|
||||
|
||||
crypto:
|
||||
git:
|
||||
url: https://github.com/dart-lang/crypto.git
|
||||
ref: "3.0"
|
||||
ref: master
|
||||
|
||||
convert: ^3.0.0-nullsafety
|
Loading…
Reference in New Issue