Skip to content

Commit 2fd6044

Browse files
committed
use set
1 parent ea5c199 commit 2fd6044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ jobs:
196196
197197
- name: Build package
198198
run: |
199-
CC="clang-cl" CXX="clang-cl" python scripts/build/install.py
199+
set CC=clang-cl
200+
set CXX=clang-cl
201+
python scripts/build/install.py
200202
201203
- name: Run tests
202204
run: |

0 commit comments

Comments
 (0)