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

This commit is contained in:
omicron 2025-03-30 21:47:11 +00:00
parent 1f03114ada
commit 55887c66ee

View File

@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: |
apk add --no-cache git make
apk add --no-cache git make bash
# Install LLVM/Clang 19 from edge repository
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories