File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 13
13
run :
14
14
working-directory : dargon2
15
15
runs-on : ubuntu-latest
16
- container :
17
- image : google/dart:latest
18
16
steps :
17
+ - uses : dart-lang/setup-dart@v1
19
18
- uses : actions/checkout@v2
20
19
- name : Install dependencies
21
20
run : dart pub get
42
41
run :
43
42
working-directory : dargon2_core
44
43
runs-on : ubuntu-latest
45
- container :
46
- image : google/dart:latest
47
44
steps :
45
+ - uses : dart-lang/setup-dart@v1
48
46
- uses : actions/checkout@v2
49
47
- name : Install dependencies
50
48
run : dart pub get
71
69
run :
72
70
working-directory : dargon2_interface
73
71
runs-on : ubuntu-latest
74
- container :
75
- image : google/dart:latest
76
72
steps :
73
+ - uses : dart-lang/setup-dart@v1
77
74
- uses : actions/checkout@v2
78
75
- name : Install dependencies
79
76
run : dart pub get
You can’t perform that action at this time.
0 commit comments