We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fed323 commit f3636ecCopy full SHA for f3636ec
.github/workflows/cross.yml
@@ -356,9 +356,11 @@ jobs:
356
env:
357
CC: "C:/Program Files/LLVM/bin/clang.exe"
358
CXX: "C:/Program Files/LLVM/bin/clang++.exe"
359
+ AWS_LC_SYS_CMAKE_LINKER: "C:/Program Files/LLVM/bin/clang.exe"
360
run: cargo build -p aws-lc-rs --target x86_64-pc-windows-gnullvm --features bindgen
361
- name: Test
362
363
364
365
366
run: cargo test -p aws-lc-rs --target x86_64-pc-windows-gnullvm --features bindgen
0 commit comments