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