Skip to content

Commit f3636ec

Browse files
committed
Set custom linker
1 parent 8fed323 commit f3636ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cross.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,11 @@ jobs:
356356
env:
357357
CC: "C:/Program Files/LLVM/bin/clang.exe"
358358
CXX: "C:/Program Files/LLVM/bin/clang++.exe"
359+
AWS_LC_SYS_CMAKE_LINKER: "C:/Program Files/LLVM/bin/clang.exe"
359360
run: cargo build -p aws-lc-rs --target x86_64-pc-windows-gnullvm --features bindgen
360361
- name: Test
361362
env:
362363
CC: "C:/Program Files/LLVM/bin/clang.exe"
363364
CXX: "C:/Program Files/LLVM/bin/clang++.exe"
365+
AWS_LC_SYS_CMAKE_LINKER: "C:/Program Files/LLVM/bin/clang.exe"
364366
run: cargo test -p aws-lc-rs --target x86_64-pc-windows-gnullvm --features bindgen

0 commit comments

Comments
 (0)