Skip to content

Commit

Permalink
Merge pull request #23 from esy/prometheansacrifice/tools-cache
Browse files Browse the repository at this point in the history
Use tools cache for faster install times on Windows
  • Loading branch information
ManasJayanth authored Jul 13, 2024
2 parents 78b4c52 + 85946c0 commit 1a26530
Show file tree
Hide file tree
Showing 6 changed files with 3,845 additions and 50 deletions.
23 changes: 23 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,29 @@ inputs:
postinstall-js:
description: Path to a postinstall.js file that would be run by NPM
required: false
setup-esy:
description: Flag to control if esy itself should be installed by the action
required: false
setup-esy-tarball:
description:
URL to esy tarball. Must be provided together with shasum and version.
Else, the action will default to latest from NPM
required: false
setup-esy-shasum:
description:
shasum of the tarball. Must be provided together with shasum and version.
Else, the action will default to latest from NPM
required: false
setup-esy-version:
description:
version of the esy tool. Must be provided together with shasum and
version. Else, the action will default to latest from NPM
required: false
setup-esy-npm-package:
description:
Alternative NPM package that contains esy. Can contain version/tag too. Eg
esy@beta.
required: false
runs:
using: node20
main: dist/index.js
Expand Down
Loading

0 comments on commit 1a26530

Please sign in to comment.