build: The journey continues.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 21m24s

This commit is contained in:
Cory McWilliams 2025-02-01 19:15:50 -05:00
parent 45a09006e1
commit a42e0bef2c

View File

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