Skip to content

Commit

Permalink
fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Feb 13, 2024
1 parent bafd0c1 commit eb50e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit eb50e06

Please sign in to comment.