Skip to content

Commit

Permalink
[CI] Missing dependencies for speculos
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Nov 29, 2024
1 parent 1112d8a commit daa79a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
name: bitcoin-app-${{matrix.model}}
path: bin

- name: Install dependencies for speculos
run: apk add libusb ttf-dejavu fontconfig py3-qt5 qemu-arm tesseract-ocr mesa-dri-gallium

- name: Run tests
run: |
cd tests_mainnet
Expand All @@ -182,6 +185,9 @@ jobs:
- name: Clone
uses: actions/checkout@v4

- name: Install dependencies for speculos
run: apk add libusb ttf-dejavu fontconfig py3-qt5 qemu-arm tesseract-ocr mesa-dri-gallium

- name: Run tests
run: |
cd bitcoin_client/tests
Expand Down Expand Up @@ -215,6 +221,8 @@ jobs:
name: bitcoin-testnet-perftest-app-nanosp
path: bin

- name: Install dependencies for speculos
run: apk add libusb ttf-dejavu fontconfig py3-qt5 qemu-arm tesseract-ocr mesa-dri-gallium
- name: Run tests
run: |
cd tests_perf
Expand Down

0 comments on commit daa79a3

Please sign in to comment.