From 63df6d863603504bcdb98b3d6e3b7df975d36d02 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Fri, 20 Jan 2023 09:52:40 +0100 Subject: [PATCH] Fix unit tests --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 1c359d27..98f82eb3 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -85,7 +85,7 @@ jobs: name: C tests runs-on: ubuntu-latest container: - image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest + image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest steps: - name: Clone uses: actions/checkout@v2