From 92f0e0e9511164a21dfc25dd92b38bfb87598aa2 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 7 Aug 2026 00:28:10 +0200 Subject: [PATCH] Make linux-cli workflow compatible with act runner. --- .github/workflows/linux-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-cli.yml b/.github/workflows/linux-cli.yml index cb1099ef..9479a5df 100644 --- a/.github/workflows/linux-cli.yml +++ b/.github/workflows/linux-cli.yml @@ -20,7 +20,7 @@ jobs: run: | apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ - build-essential cmake git ca-certificates curl + build-essential cmake git ca-certificates curl nodejs - name: Trust git repo run: git config --global --add safe.directory '*' - uses: actions/checkout@v4