Update .gitea/workflows/validate.yaml
Some checks failed
Validate the build / Validate-With-Modern-Clang (push) Failing after 22s

This commit is contained in:
omicron 2025-03-30 22:04:54 +00:00
parent c2be2133d3
commit a093333e0c

View File

@ -19,7 +19,7 @@ jobs:
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
apk update
apk add --no-cache llvm19 clang19 valgrind
apk add --no-cache llvm19 clang19 clang19-analyzer valgrind
# Verify versions
echo "---------------------"