Skip to content

Commit

Permalink
chore: Update PATH in checkout.yml to include pub-cache/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Aug 22, 2024
1 parent b7af3fc commit b55c039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
pub-cache-name: pub
PUB_CACHE: $HOME/.pub-cache
PATH: $HOME/.pub-cache/bin
PATH: $PATH:$HOME/.pub-cache/bin
timeout-minutes: 10
steps:
- name: 🚂 Get latest code
Expand Down

0 comments on commit b55c039

Please sign in to comment.