Skip to content

Commit ea5c199

Browse files
committed
fix
1 parent 0e248ac commit ea5c199

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,11 @@ jobs:
192192
193193
- name: Install clang
194194
run: |
195-
choco install llvm -y
196-
echo "C:\\Program Files\\LLVM\\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
195+
choco install llvm -y --force
197196
198197
- name: Build package
199-
env:
200-
CC: clang-cl
201-
CXX: clang-cl
202-
CL: "/std:c++17"
203198
run: |
204-
python scripts/build/install.py
199+
CC="clang-cl" CXX="clang-cl" python scripts/build/install.py
205200
206201
- name: Run tests
207202
run: |

0 commit comments

Comments
 (0)