fix issue node
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 20s
Build (C++) / build-zshell (pull_request) Failing after 29s
Python / lint-format (pull_request) Successful in 39s
Python / test (pull_request) Successful in 1m5s
Lint & Format (C++) / lint-format (pull_request) Failing after 1m8s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m26s
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 20s
Build (C++) / build-zshell (pull_request) Failing after 29s
Python / lint-format (pull_request) Successful in 39s
Python / test (pull_request) Successful in 1m5s
Lint & Format (C++) / lint-format (pull_request) Failing after 1m8s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m26s
This commit is contained in:
@@ -9,13 +9,14 @@ jobs:
|
||||
container: archlinux:latest
|
||||
|
||||
steps:
|
||||
- name: Install node & git
|
||||
run: pacman -Syu --noconfirm nodejs git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
pacman -Syu --noconfirm
|
||||
pacman -S --noconfirm \
|
||||
- name: Install build tools
|
||||
run: pacman -S --noconfirm \
|
||||
base-devel \
|
||||
cmake \
|
||||
ninja \
|
||||
@@ -28,8 +29,7 @@ jobs:
|
||||
libqalculate \
|
||||
glib2 \
|
||||
aubio \
|
||||
cava \
|
||||
git
|
||||
cava
|
||||
|
||||
- name: Configure
|
||||
run: cmake -S . -B build -G Ninja
|
||||
|
||||
Reference in New Issue
Block a user