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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: tianocore/edk2
|
repository: tianocore/edk2
|
||||||
submodules : true
|
submodules : true
|
||||||
- name: Move to EDK2
|
path: edk2
|
||||||
run: mv SmokelessRuntimeEFIPatcher edk2
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: edk2/SmokelessRuntimeEFIPatcher
|
||||||
- name: Build Base Tools
|
- name: Build Base Tools
|
||||||
working-directory: edk2
|
working-directory: edk2
|
||||||
run: make -C BaseTools
|
run: make -C BaseTools
|
||||||
|
|
Loading…
Reference in a new issue