diff --git a/action.yml b/action.yml index 2dbff09..bbc1309 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,9 @@ inputs: hayagriva-token: description: The GitHub token to use when fetching the version list from bytecodealliance/hayagriva. You shouldn't have to touch this. The default is the 'github.token' if you're on github.com or unauthenticated (rate limited) if you're not on github.com. default: ${{ github.server_url == 'https://github.com' && github.token || '' }} + cache: + description: Whether or not to use the workflow cache to cache the compiled 'hayagriva' binary for future runs. + default: true outputs: hayagriva-version: