diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c65d18c..c70f94cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,6 +77,11 @@ jobs: rust: stable target: x86_64-pc-windows-msvc env: AR=llvm-ar CC=clang CXX=clang++ RUSTFLAGS=-Clinker=lld-link + - build: windows-clang-cl + os: windows-2019 + rust: stable + target: x86_64-pc-windows-msvc + env: AR=llvm-ar CC=clang-cl CXX=clang-cl RUSTFLAGS=-Clinker=lld-link steps: - uses: actions/checkout@v4 - name: Install Rust (rustup)