Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use set
  • Loading branch information
czgdp1807 committed Jul 27, 2025
commit 2fd6044973a6de7a04ba93031db7b3433cefacfb
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ jobs:

- name: Build package
run: |
CC="clang-cl" CXX="clang-cl" python scripts/build/install.py
set CC=clang-cl
set CXX=clang-cl
python scripts/build/install.py

- name: Run tests
run: |
Expand Down
Loading