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 1313 run :
1414 working-directory : dargon2
1515 runs-on : ubuntu-latest
16- container :
17- image : google/dart:latest
1816 steps :
17+ - uses : dart-lang/setup-dart@v1
1918 - uses : actions/checkout@v2
2019 - name : Install dependencies
2120 run : dart pub get
4241 run :
4342 working-directory : dargon2_core
4443 runs-on : ubuntu-latest
45- container :
46- image : google/dart:latest
4744 steps :
45+ - uses : dart-lang/setup-dart@v1
4846 - uses : actions/checkout@v2
4947 - name : Install dependencies
5048 run : dart pub get
7169 run :
7270 working-directory : dargon2_interface
7371 runs-on : ubuntu-latest
74- container :
75- image : google/dart:latest
7672 steps :
73+ - uses : dart-lang/setup-dart@v1
7774 - uses : actions/checkout@v2
7875 - name : Install dependencies
7976 run : dart pub get
You can’t perform that action at this time.
0 commit comments