Skip to content

Commit 202882f

Browse files
authored
Update README.md
1 parent 38660e7 commit 202882f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,29 @@ GitHub action to set up llvm-msvc
55
## Use it in your workflow like this:
66
```
77
- name: Setup llvm-msvc
8-
uses: NewWorldComingSoon/setup-llvm-msvc@v1
8+
uses: NewWorldComingSoon/setup-llvm-msvc@v2
9+
```
10+
```
11+
- name: Setup llvm-msvc
12+
uses: NewWorldComingSoon/setup-llvm-msvc@v2
13+
with:
14+
version: llvm-msvc-build-v2.7
15+
path: $GITHUB_WORKSPACE
16+
917
```
1018

19+
API
20+
---
21+
22+
| Input | Value | Default | Description
23+
| --------- | ------- | ------- | -----------
24+
| version | latest | ✓ | Install the latest version available in the repository.
25+
| path | $env:TEMP | ✓ | Path to store installer.
26+
1127
## Example
1228
```
1329
- name: Setup llvm-msvc
14-
uses: NewWorldComingSoon/setup-llvm-msvc@v1
30+
uses: NewWorldComingSoon/setup-llvm-msvc@v2
1531
1632
- name: Checkout
1733
uses: actions/checkout@v2

0 commit comments

Comments
 (0)