1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-12 22:26:08 +00:00

fixup! chore(core): add TROPIC01 model as a submodule

This commit is contained in:
Ioan Bizău 2025-03-11 16:58:52 +01:00
parent a36c3e40fe
commit aaefbeb64e
3 changed files with 9 additions and 6 deletions

View File

@ -708,8 +708,9 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Initialize and update ts-tvl
run: |
git submodule update --init --recursive vendor/ts-tvl
- uses: actions/download-artifact@v4
with:
pattern: ui-records-*

View File

@ -196,8 +196,9 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Initialize and update ts-tvl
run: |
git submodule update --init --recursive vendor/ts-tvl
- uses: actions/download-artifact@v4
with:
pattern: ui-records-*

View File

@ -36,8 +36,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Initialize and update ts-tvl
run: |
git submodule update --init --recursive vendor/ts-tvl
- uses: ./.github/actions/environment
- name: "Run style check"
run: nix-shell --run "poetry run make style_check"