Skip to content

Commit 8155da1

Browse files
committed
fix windows
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
1 parent 88fc1b4 commit 8155da1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
target: [x64, x86]
5252
steps:
5353
- uses: actions/checkout@v2
54+
- name: Add MSBuild to PATH
55+
uses: microsoft/setup-msbuild@v1.0.2
56+
- name: Install LLVM
57+
run: choco install -y llvm
5458
- uses: actions/setup-python@v2
5559
with:
5660
python-version: 3.9

0 commit comments

Comments
 (0)