From 7d5d19df71b85bc40370c0801bf5afbd899d2237 Mon Sep 17 00:00:00 2001 From: demenik Date: Sat, 20 Dec 2025 23:43:30 +0100 Subject: [PATCH] fix: Install nodejs for action runner compatibility --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9d93261..8824ee6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - name: Install System Dependencies run: | apt-get update -yq - apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 + apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 nodejs - name: Checkout uses: actions/checkout@v4 - name: Cache Cargo @@ -50,7 +50,7 @@ jobs: - name: Install System Dependencies run: | apt-get update -yq - apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 + apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 nodejs - name: Checkout uses: actions/checkout@v4 - name: Cache Cargo