Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance-fyi committed Apr 10, 2024
1 parent 4f11650 commit 49b599d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
vfox use php@$(vfox list php | sed -n 's/-> v//p')
echo "PATH: $PATH"
echo '--------------------'
vfox env -s bash | sed -n 's/$//p'
vfox env -s bash | sed -n 's/\$//p'
echo '--------------------'
eval "$(vfox env -s bash | sed -n 's/$//p')"
eval "$(vfox env -s bash | sed -n 's/\$//p')"
echo "PATH: $PATH"

0 comments on commit 49b599d

Please sign in to comment.