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
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:
@@ -14,6 +14,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
|
echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
|
||||||
|
apk update
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
build-base \
|
build-base \
|
||||||
cmake \
|
cmake \
|
||||||
@@ -28,7 +30,7 @@ jobs:
|
|||||||
glib-dev \
|
glib-dev \
|
||||||
aubio-dev \
|
aubio-dev \
|
||||||
git
|
git
|
||||||
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing cava
|
apk add --no-cache cava
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S . -B build -G Ninja
|
run: cmake -S . -B build -G Ninja
|
||||||
|
|||||||
Reference in New Issue
Block a user