build: +unzip
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 3m15s

This commit is contained in:
Cory McWilliams 2025-01-31 21:23:22 -05:00
parent 82cf7a80eb
commit 0800a251b2

View File

@ -11,7 +11,7 @@ jobs:
volumes:
- /opt/keys:/opt/keys
steps:
- run: apt update && apt install -y doxygen git graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu
- run: apt update && apt install -y doxygen git graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu unzip
- name: check out code
uses: actions/checkout@v4
with: