Skip to content

feat(.github): Enable FirmwareCI for EDK2 OVMF builds #1

feat(.github): Enable FirmwareCI for EDK2 OVMF builds

feat(.github): Enable FirmwareCI for EDK2 OVMF builds #1

Workflow file for this run

name: "EDK2 FirmwareCI Tests"
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
paths-ignore:
- '**/*.bat'
- '**/*.md'
- '**/*.py'
- '**/*.rst'
- '**/*.sh'
- '**/*.txt'
jobs:
build:
runs-on: ubuntu-latest
outputs:
binaryArtifact: ${{ env.artifact }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install dependencies
run: apt update && apt install -y software-properties-common apt-utils \
cryptsetup apt-transport-https sudo wget build-essential uuid-dev \

Check failure on line 30 in .github/workflows/firmware-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/firmware-ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 30
git lcov nasm acpica-tools virtualenv device-tree-compiler mono-devel \
python3 python3-pip python3-venv locales gnupg ca-certificates