Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ GitHub Action that allows you to setup a V environment.

# Target architecture for V to use. Examples: linux, macos, windows. Will use system architecture by default.
architecture: ''

# Cache the V executable to speed up subsequent runs.
# Only applies when the `version` input is specified.
# Default: true
cache: true
```

## Output
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ inputs:
default: 'false'
architecture:
description: 'Target architecture for V to use. Examples: linux, macos, windows. Will use system architecture by default.'
cache:
description: 'Cache the V executable to speed up subsequent runs. Only applies when the version input is specified.'
default: 'true'
outputs:
bin-path:
description: 'Path to the directory that contains the V binary'
Expand Down
Loading
Loading