build: dist uses curl.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 20m23s

This commit is contained in:
Cory McWilliams 2025-02-01 10:10:59 -05:00
parent 79f9463e56
commit b3ab3af01b

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