mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +00:00
Compile with cl
This commit is contained in:
parent
1bb069f693
commit
c6c8114db1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
uses: ammaraskar/msvc-problem-matcher@master
|
||||
|
||||
- name: Configure ${{matrix.configuration}}
|
||||
run: cmake --preset=${{matrix.configuration}}
|
||||
run: cmake --preset=${{matrix.configuration}} -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl
|
||||
|
||||
- name: Build ${{matrix.configuration}}
|
||||
run: cmake --build --preset=${{matrix.configuration}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user