Skip to content

Commit

Permalink
dart sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 committed Jan 10, 2021
1 parent a7d47f3 commit 77002f7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dartanalyzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
image: google/dart:beta
steps:
- uses: actions/checkout@v2
- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dartfmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
image: google/dart:beta
steps:
- uses: actions/checkout@v2
- name: dartfmt
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

# https://blog.dantup.com/2019/11/easily-compiling-dart-to-native-executables-for-windows-linux-macos-with-github-actions/
- uses: cedx/setup-dart@v2
with:
architecture: x64
release-channel: beta
- name: install dependencies
run: pub get

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- uses: actions/checkout@v2

- uses: cedx/setup-dart@v2
with:
architecture: x64
release-channel: beta
- name: install dependencies
run: pub get

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
image: google/dart:beta
steps:
- uses: actions/checkout@v2
- name: install dependencies
Expand Down

0 comments on commit 77002f7

Please sign in to comment.