diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index b0805b75..e898269e 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -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: | @@ -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: | @@ -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