Skip to content

Commit

Permalink
add windows clang-cl ci
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Mar 21, 2024
1 parent c5c7562 commit ea91a79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ea91a79

Please sign in to comment.