mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-09-15 18:17:19 +00:00
Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ac459e80d | ||
|
|
7d36b00c31 | ||
|
|
f2d080d2f7 | ||
|
|
513b7c74d6 | ||
|
|
48177ee2c9 | ||
|
|
ef3a853a87 | ||
|
|
6ce923a2cd | ||
|
|
ebd608818c | ||
|
|
5ef31e13d6 |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- release
|
- release
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
run: cmake --build --preset=${{matrix.configuration}}
|
run: cmake --build --preset=${{matrix.configuration}}
|
||||||
|
|
||||||
- name: Upload ${{matrix.configuration}} binaries
|
- name: Upload ${{matrix.configuration}} binaries
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.configuration}} binaries
|
name: ${{matrix.configuration}} binaries
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Vendored
+1
-1
Submodule external/FindWDK updated: 1e41c97ed8...068618358d
Vendored
+1
-1
Submodule external/ia32-doc updated: 2bc5284e04...6bfdd0e8ef
Reference in New Issue
Block a user