Skip to content

Commit

Permalink
Install dart sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Jul 9, 2024
1 parent 758d495 commit b0eb986
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Homebrew
- name: Setup Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Setup Dart
id: setup-dart
uses: dart-lang/setup-dart@v1
- name: Setup macOS
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit b0eb986

Please sign in to comment.