Skip to content

Commit 4afb269

Browse files
author
Jan Kamidra
committed
Remove similar steps in actions
1 parent 31df5b2 commit 4afb269

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/greentea_cmake.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@ jobs:
137137
test -f cmsis/CMSIS-RTX/Config/RTX_Config.h
138138
test -f cmsis/CMSIS_6/CMSIS/Core/Include/cmsis_version.h
139139
140-
- name: Show submodule SHAs
141-
run: |
142-
git submodule status --recursive
143-
git ls-tree HEAD cmsis/CMSIS-RTX
144-
git ls-tree HEAD cmsis/CMSIS_6
145-
146140
- name: Install python3-venv
147141
run: |
148142
apt-get update

.github/workflows/test_building_multiple_executables.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
git submodule status
1919
test -f cmsis/CMSIS-RTX/Config/RTX_Config.h
2020
test -f cmsis/CMSIS_6/CMSIS/Core/Include/cmsis_version.h
21-
22-
- name: Show submodule SHAs
23-
run: |
24-
git submodule status --recursive
25-
git ls-tree HEAD cmsis/CMSIS-RTX
26-
git ls-tree HEAD cmsis/CMSIS_6
2721
2822
- name: Install Python packages
2923
# Note: pip>=20.3 is needed to install dependencies of cysecuretools

0 commit comments

Comments
 (0)