Skip to content

Commit

Permalink
ah I guess quote less
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Oct 3, 2023
1 parent 54f6a67 commit afffeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
echo ~/flutter/bin >> "$GITHUB_PATH"
echo "$PATH"
export PATH="~/flutter/bin${PATH:+:$PATH}"
export PATH=~/flutter/bin"${PATH:+:$PATH}"
flutter precache --universal
flutter --version
flutter pub get
Expand Down

0 comments on commit afffeca

Please sign in to comment.