File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 - run : ./install.sh --yes node --eval 'console.log(1)'
3333 env :
3434 VERBOSE : ${{ matrix.verbose }}
35+ - run : ./install.sh sh -c "which tea"
3536
3637 direct :
3738 runs-on : ${{ matrix.os }}
@@ -192,8 +193,7 @@ jobs:
192193 - gha
193194 - direct
194195 version :
195- - 0.21.0
196- - 0.19.4
196+ - 0.26.3
197197 - 0.18.1
198198 - 0.17.3
199199 steps :
Original file line number Diff line number Diff line change 33* [ ` install.sh ` ] ( ./install.sh ) is delivered when you ` curl tea.xyz ` .
44* This repository also provides the ` tea ` GitHub Action.
55
6- # GitHub Action 0.15.2
6+ # GitHub Action 0.15.3
77
88``` yaml
99- uses : teaxyz/setup@v0
Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ exec)
550550
551551 echo # spacer
552552 else
553- # don’t hog resources
553+ export PATH= " $TEA_PREFIX /tea.xyz/v*/bin: $PATH "
554554 exec $TEA_EXENAME " $@ "
555555 fi
556556 ;;
You can’t perform that action at this time.
0 commit comments