Skip to content

Commit

Permalink
remove unzip cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Nov 4, 2024
1 parent 73acd79 commit 4c6cb49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c6cb49

Please sign in to comment.