Make linux-cli workflow compatible with act runner.

This commit is contained in:
Bartosz Taudul
2026-08-07 00:28:10 +02:00
parent 7dafaca602
commit 92f0e0e951

View File

@@ -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