mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-01 08:41:55 +00:00
Compile with cl
This commit is contained in:
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}}
|
||||
|
Reference in New Issue
Block a user