Skip to content

Commit e34a313

Browse files
authored
Remove dart image as its outdated
1 parent 9b022e7 commit e34a313

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dargon2_docbot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
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
@@ -42,9 +41,8 @@ jobs:
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
@@ -71,9 +69,8 @@ jobs:
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

0 commit comments

Comments
 (0)