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

This commit is contained in:
Cory McWilliams 2025-01-31 21:32:17 -05:00
parent 55b95ddecb
commit 60b6f9c73e

View File

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