Skip to content

Commit

Permalink
fix github action 3
Browse files Browse the repository at this point in the history
  • Loading branch information
otopba committed Aug 5, 2024
1 parent dad5b24 commit ec176a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:

build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v2
- name: Install Dart SDK
uses: dart-lang/setup-dart@v1
with:
sdk: '3.4.1'
- name: Install dependencies
run: dart pub get
- name: Run tests
Expand Down

0 comments on commit ec176a6

Please sign in to comment.