Skip to content

Commit cd65bf7

Browse files
committed
fix access to tea itself in transitory mode (#146)
1 parent d362110 commit cd65bf7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
;;

0 commit comments

Comments
 (0)