From 4c6cb493e0839b3f7358d79c43108413038b3f70 Mon Sep 17 00:00:00 2001 From: arobsn <87387688+arobsn@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:01:09 -0300 Subject: [PATCH] remove unzip cmd --- .github/workflows/ci-workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index d3a2a24..f93f5fd 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -169,11 +169,10 @@ jobs: run: | 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 unzip + apt-get install -qy nodejs echo "Logging files in the bin directory:" ls -l ls -l bin - unzip bin/compiled_app_binaries -d bin export SEED=`cat tests/seed.txt` nohup bash -c "python /speculos/speculos.py bin/${{ matrix.model }}/bin/app.elf --apdu-port 9999 --api-port 5000 --display headless --model=${{ matrix.model }} --seed \"${SEED}\"" > speculos.log 2<&1 & cd tests && npm install