Skip to content

Commit

Permalink
fix: added checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 5, 2024
1 parent d5a5da8 commit 74d49ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
setup-flutter:
runs-on: ${{ inputs.destination }}
steps:
steps:
- uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 74d49ee

Please sign in to comment.