Skip to content

Commit 5cfbdcc

Browse files
CI: use new dart instead of google/dart image.
1 parent ba4fe5e commit 5cfbdcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
generator:
1717
runs-on: ubuntu-20.04
1818
container:
19-
image: google/dart:2.17.0
19+
image: dart:2.17.0
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Install ObjectBox C-API

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
analyze:
1313
runs-on: ubuntu-20.04
1414
container:
15-
image: google/dart:2.17.0
15+
image: dart:2.17.0
1616
steps:
1717
- uses: actions/checkout@v2
1818
- run: dart run build_runner build

0 commit comments

Comments
 (0)