ci: install node before checkout
CI / build (push) Failing after 0s

This commit is contained in:
2026-08-25 20:01:53 +00:00
parent e21ef0ab0e
commit 40f1dbbf99
+2
View File
@@ -9,6 +9,8 @@ jobs:
build: build:
runs-on: amd64 runs-on: amd64
steps: steps:
- name: Install node
run: apt-get update && apt-get install -y nodejs npm || true
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Rust - name: Install Rust
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable