Update c-cpp.yml
This commit is contained in:
parent
7df7c613f0
commit
83b2d96d6b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
|
@ -12,6 +12,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install Missing Tools
|
||||
working-directory: edk2
|
||||
run: apt install nasm
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: tianocore/edk2
|
||||
|
|
Loading…
Reference in a new issue