build: +make
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 2m40s

This commit is contained in:
Cory McWilliams 2025-01-31 21:27:14 -05:00
parent 0800a251b2
commit 55b95ddecb

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 unzip
- run: apt update && apt install -y doxygen git graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu unzip make
- name: check out code
uses: actions/checkout@v4
with: