Skip to content

Commit 59813fb

Browse files
committed
Fixed Windows CI Environment
1 parent 418e8e4 commit 59813fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
CC: "clang-cl.exe"
9696
CXX: "clang-cl.exe"
9797
PYTHON3: 'C:\mozilla-build\python3\python3.exe'
98-
LIBCLANG_PATH: "C:\ProgramData\scoop\apps\llvm\current\lib"
98+
LIBCLANG_PATH: 'C:\ProgramData\scoop\apps\llvm\current\lib'
9999
run: |
100100
rustup install nightly-2022-11-20
101101
rustup default nightly
@@ -109,7 +109,7 @@ jobs:
109109
CC: "clang-cl.exe"
110110
CXX: "clang-cl.exe"
111111
PYTHON3: 'C:\mozilla-build\python3\python3.exe'
112-
LIBCLANG_PATH: "C:\ProgramData\scoop\apps\llvm\current\lib"
112+
LIBCLANG_PATH: 'C:\ProgramData\scoop\apps\llvm\current\lib'
113113
run: |
114114
cargo test --verbose ${{ matrix.features }} --lib
115115
Integrity:

0 commit comments

Comments
 (0)