testing repo added globally for build workflow
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 20s
Python / lint-format (pull_request) Successful in 32s
Python / test (pull_request) Successful in 1m10s
Lint & Format (C++) / lint-format (pull_request) Failing after 1m30s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m38s
Build (C++) / build-zshell (pull_request) Failing after 2m26s

This commit is contained in:
2026-06-01 21:48:09 +02:00
parent 78fc3c0853
commit 5551ec1b54
+3 -1
View File
@@ -14,6 +14,8 @@ jobs:
- name: Install tools
run: |
echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
apk update
apk add --no-cache \
build-base \
cmake \
@@ -28,7 +30,7 @@ jobs:
glib-dev \
aubio-dev \
git
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing cava
apk add --no-cache cava
- name: Configure
run: cmake -S . -B build -G Ninja