Update .gitea/workflows/validate.yaml
All checks were successful
Validate the build / Validate-With-Modern-Clang (push) Successful in 24s

This commit is contained in:
omicron 2025-03-30 22:07:15 +00:00
parent a093333e0c
commit d292d87b62

View File

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