Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Dec 2, 2024
1 parent daa79a3 commit 774efa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
path: bin

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

- name: Run tests
run: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
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
run: apk update; apk add libusb ttf-dejavu fontconfig py3-qt5 qemu-arm qemu-arm-static tesseract-ocr mesa-dri-gallium

- name: Run tests
run: |
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
path: bin

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

0 comments on commit 774efa6

Please sign in to comment.