File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,29 @@ GitHub action to set up llvm-msvc
5
5
## Use it in your workflow like this:
6
6
```
7
7
- 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
+
9
17
```
10
18
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
+
11
27
## Example
12
28
```
13
29
- name: Setup llvm-msvc
14
- uses: NewWorldComingSoon/setup-llvm-msvc@v1
30
+ uses: NewWorldComingSoon/setup-llvm-msvc@v2
15
31
16
32
- name: Checkout
17
33
uses: actions/checkout@v2
You can’t perform that action at this time.
0 commit comments