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
|
# setup
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cedx/setup-dart@v2
|
- uses: cedx/setup-dart@v2
|
||||||
|
with:
|
||||||
|
release-channel: beta
|
||||||
- run: sudo apt-get install -y libsqlite3-dev
|
- run: sudo apt-get install -y libsqlite3-dev
|
||||||
name: Install sqlite3 for tests
|
name: Install sqlite3 for tests
|
||||||
- run: dart pub upgrade
|
- run: dart pub upgrade
|
||||||
|
|
|
@ -44,12 +44,12 @@ dependency_overrides:
|
||||||
|
|
||||||
uuid:
|
uuid:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/simolus3/dart-uuid.git
|
url: https://github.com/Daegalus/dart-uuid.git
|
||||||
ref: null-safety
|
ref: nullsafety
|
||||||
|
|
||||||
crypto:
|
crypto:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dart-lang/crypto.git
|
url: https://github.com/dart-lang/crypto.git
|
||||||
ref: "3.0"
|
ref: master
|
||||||
|
|
||||||
convert: ^3.0.0-nullsafety
|
convert: ^3.0.0-nullsafety
|
Loading…
Reference in New Issue