Skip to content

Commit ce6a9c5

Browse files
committed
Merge branch 'main' of github.com:tmthecoder/dargon2 into main
2 parents a5635cb + d097d5d commit ce6a9c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/dart-build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ on:
88

99
jobs:
1010
test:
11-
1211
runs-on: ubuntu-latest
1312

14-
container:
15-
image: google/dart:latest
16-
1713
steps:
1814
- uses: actions/checkout@v2
15+
- uses: cedx/[email protected]
16+
with:
17+
release-channel: beta
1918
- name: Install dependencies
2019
run: pub get
2120
- name: Run tests

0 commit comments

Comments
 (0)