Skip to content

Commit 94ce184

Browse files
committed
add dart setip
1 parent 9114e71 commit 94ce184

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dargon2_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ ubuntu-latest, windows-latest, macos-latest ]
18-
container:
19-
image: google/dart:latest
2018
steps:
2119
- uses: actions/checkout@v2
20+
- uses: dart-lang/setup-dart@v1
2221
- name: Install dependencies
2322
run: pub get
2423
- name: Run tests

0 commit comments

Comments
 (0)