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 81e830d commit 16de435
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 @@ -57,7 +57,7 @@ jobs:
echo '--------------------'
vfox env -s bash
echo '--------------------'
eval "export PATH=$'/github/home/.version-fox/cache/php/v-8.3.3/php-8.3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin';"
eval "$(vfox env -s bash)"
echo "PATH: $PATH"
eval "export PATH='/github/home/.version-fox/cache/php/v-8.3.3/php-8.3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin';"
eval $(vfox env -s bash)
echo "PATH: $PATH"

0 comments on commit 16de435

Please sign in to comment.