Skip to content

Commit 2e41196

Browse files
committed
ci: set LIBCLANG_PATH to where libclang.dll exists on Windows
1 parent 967e3aa commit 2e41196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ build:windows:
176176
# Only x64 architecture is needed
177177
npm_config_arch: "x64"
178178
RUST_BACKTRACE: "1"
179+
LIBCLANG_PATH: "C:\\Program Files\\LLVM\\bin"
179180
before_script:
180181
- mkdir -Force "$CI_PROJECT_DIR/tmp"
181182
- Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1

0 commit comments

Comments
 (0)