mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 21:52:55 +00:00
Some fixes
This commit is contained in:
parent
c68882513c
commit
1bb069f693
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -40,11 +40,11 @@ jobs:
|
|||||||
- name: Set up problem matching
|
- name: Set up problem matching
|
||||||
uses: ammaraskar/msvc-problem-matcher@master
|
uses: ammaraskar/msvc-problem-matcher@master
|
||||||
|
|
||||||
- name: Run CMake
|
- name: Configure ${{matrix.configuration}}
|
||||||
uses: lukka/run-cmake@v10
|
run: cmake --preset=${{matrix.configuration}}
|
||||||
with:
|
|
||||||
configurePreset: '${{matrix.configuration}}'
|
- name: Build ${{matrix.configuration}}
|
||||||
buildPreset: '${{matrix.configuration}}'
|
run: cmake --build --preset=${{matrix.configuration}}
|
||||||
|
|
||||||
- name: Upload ${{matrix.configuration}} binaries
|
- name: Upload ${{matrix.configuration}} binaries
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user