mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 03:18:22 +00:00
Cache zip contents and verify ccache install
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
||||
echo "ccache not found in container; installing."
|
||||
apt-get update -qq
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq ccache
|
||||
command -v ccache >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
- name: Mark workspace safe
|
||||
|
||||
Reference in New Issue
Block a user