File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed 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.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
3333includes the package or you manually add the package with `+:` you will need
3434to 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
3843At tea, we consider the version in the `README` the definitive version.
Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ elif command -v git >/dev/null 2>&1; then
506506 title=" syncing"
507507fi
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
511511case $MODE in
512512install)
You can’t perform that action at this time.
0 commit comments