Skip to content

Commit

Permalink
fix unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Nov 4, 2024
1 parent 92a67da commit 0b273f0
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 @@ -170,7 +170,7 @@ jobs:
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
unzip ./bin/compiled_app_binaries.zip -d ./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 0b273f0

Please sign in to comment.