Update c-cpp.yml

This commit is contained in:
SmokelessCPUv2 2022-08-04 11:51:48 +02:00 committed by GitHub
parent f7490cd1eb
commit 7df7c613f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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