From eb50e06e04277b38e89c6100f7ec350e1418ec89 Mon Sep 17 00:00:00 2001 From: Yehor Popovych Date: Tue, 13 Feb 2024 21:46:32 +0000 Subject: [PATCH] fix for CI --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 98931911..0e49fa7d 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -157,7 +157,7 @@ jobs: - name: Run test run: | - apt-get update && apt-get install -qy curl netcat + apt-get update && apt-get install -qy curl netcat-traditional curl -fsSL https://deb.nodesource.com/setup_18.x | bash - apt-get install -qy nodejs export SEED=`cat tests/seed.txt`