mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 05:32: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
|
||||
uses: ammaraskar/msvc-problem-matcher@master
|
||||
|
||||
- name: Run CMake
|
||||
uses: lukka/run-cmake@v10
|
||||
with:
|
||||
configurePreset: '${{matrix.configuration}}'
|
||||
buildPreset: '${{matrix.configuration}}'
|
||||
- name: Configure ${{matrix.configuration}}
|
||||
run: cmake --preset=${{matrix.configuration}}
|
||||
|
||||
- name: Build ${{matrix.configuration}}
|
||||
run: cmake --build --preset=${{matrix.configuration}}
|
||||
|
||||
- name: Upload ${{matrix.configuration}} binaries
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user