build: Valid yaml?

This commit is contained in:
Cory McWilliams 2025-02-01 19:58:28 -05:00
parent 64fb9f0c2a
commit 21fffbfe10

View File

@ -14,23 +14,24 @@ jobs:
- /opt/keys:/opt/keys
- /opt/deps:/opt/deps
steps:
- run: > apt update && apt install -y
build-essential
clang
cmake
curl
docker.io
doxygen
file
gcc-aarch64-linux-gnu
git
graphviz
libgpgme11
libssl-dev
mingw-w64
unzip
zip
zlib1g-dev
- run: >
apt update && apt install -y
build-essential
clang
cmake
curl
docker.io
doxygen
file
gcc-aarch64-linux-gnu
git
graphviz
libgpgme11
libssl-dev
mingw-w64
unzip
zip
zlib1g-dev
- name: check out code
uses: actions/checkout@v4
with: