Update c-cpp.yml
This commit is contained in:
parent
f7490cd1eb
commit
7df7c613f0
1 changed files with 4 additions and 3 deletions
7
.github/workflows/c-cpp.yml
vendored
7
.github/workflows/c-cpp.yml
vendored
|
@ -12,13 +12,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: tianocore/edk2
|
||||
submodules : true
|
||||
- name: Move to EDK2
|
||||
run: mv SmokelessRuntimeEFIPatcher edk2
|
||||
path: edk2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: edk2/SmokelessRuntimeEFIPatcher
|
||||
- name: Build Base Tools
|
||||
working-directory: edk2
|
||||
run: make -C BaseTools
|
||||
|
|
Loading…
Reference in a new issue