We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b51200a + f2d39a9 commit 58a4681Copy full SHA for 58a4681
.github/workflows/codeql_checks.yml
@@ -24,7 +24,7 @@ jobs:
24
language: ['cpp']
25
runs-on: ubuntu-latest
26
container:
27
- image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest
+ image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest
28
29
steps:
30
- name: Clone
.github/workflows/unit_tests.yml
@@ -47,7 +47,7 @@ jobs:
47
path: unit-tests/coverage
48
49
- name: Install codecov dependencies
50
- run: apk update && apk add curl gpg
+ run: apt install --no-install-recommends -y curl gpg
51
52
- name: Upload to codecov.io
53
uses: codecov/codecov-action@v5
0 commit comments