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:
parent
a36c3e40fe
commit
aaefbeb64e
5
.github/workflows/core.yml
vendored
5
.github/workflows/core.yml
vendored
@ -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-*
|
||||
|
5
.github/workflows/legacy.yml
vendored
5
.github/workflows/legacy.yml
vendored
@ -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-*
|
||||
|
5
.github/workflows/prebuild.yml
vendored
5
.github/workflows/prebuild.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user