mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 07:28:32 +00:00
Harden ccache and zip handling
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
||||
- name: Ensure ccache installed
|
||||
run: |
|
||||
if ! command -v ccache >/dev/null 2>&1; then
|
||||
echo "ccache not found in container; installing."
|
||||
apt-get update -qq
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq ccache
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user