build: Build zsign for the sake of the ios build.

This commit is contained in:
2025-02-01 18:52:20 -05:00
parent 240484be4c
commit 45a09006e1
5 changed files with 13 additions and 4 deletions

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
- 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
- name: check out code
uses: actions/checkout@v4
with: