Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Update build-and-release-snapshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dclipca authored Apr 11, 2024
1 parent 19fb381 commit 9df67a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
git clone https://github.com/flutter/flutter.git -b stable --depth 1 $HOME/flutter
echo "$HOME/flutter/bin" >> $GITHUB_PATH
export PATH="$HOME/flutter/bin:$PATH"
flutter doctor
- name: Build
Expand Down

0 comments on commit 9df67a8

Please sign in to comment.