We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b606a1 + 166dbfa commit 1ad52cdCopy full SHA for 1ad52cd
.github/workflows/dart.yml
@@ -8,16 +8,15 @@ on:
8
9
jobs:
10
build:
11
-
12
runs-on: ubuntu-latest
13
14
- container:
15
- image: google/dart:latest
16
17
steps:
18
- uses: actions/checkout@v2
+ - uses: dart-lang/setup-dart@v1
+ with:
+ sdk: stable
+
19
- name: Install dependencies
20
- run: pub get
+ run: dart pub get
21
22
- name: Run tests
23
- run: pub run test
+ run: dart pub run test
pubspec.yaml
@@ -9,7 +9,7 @@ environment:
sdk: '>=2.14.0 <4.0.0'
dependencies:
- pointycastle: ^3.6.2
+ pointycastle: ^3.7.3
asn1lib: ^1.5.0
dev_dependencies:
0 commit comments