Skip to content

Commit 972ff14

Browse files
committed
use --env=false
1 parent 32297b3 commit 972ff14

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 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.17.0
6+
# GitHub Action 0.17.1
77

88
```yaml
99
- uses: teaxyz/setup@v0
@@ -33,6 +33,11 @@ We cannot install our shell magic into GitHub Actions. So unless your dev-env
3333
includes the package or you manually add the package with `+:` you will need
3434
to ensure it is called with a `tea` prefix, eg. `tea npx`.
3535

36+
## Should you Cache `~/.tea`?
37+
38+
No. tea packages are just tarballs. Caching is just a tarball. You’ll likely
39+
just slow things down.
40+
3641
## Interesting Usages
3742

3843
At tea, we consider the version in the `README` the definitive version.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ elif command -v git >/dev/null 2>&1; then
506506
title="syncing"
507507
fi
508508

509-
gum_func spin --title "$title pantry" -- "$TEA_EXENAME" --sync --cd / /bin/echo
509+
gum_func spin --title "$title pantry" -- "$TEA_EXENAME" --sync --env=false
510510

511511
case $MODE in
512512
install)

0 commit comments

Comments
 (0)