Skip to content

Commit 6142f4d

Browse files
committed
freeze
Signed-off-by: Anas Nashif <[email protected]>
1 parent b8e446b commit 6142f4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/clang.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
8989
- name: Install Python packages
9090
run: |
91+
pip freeze || true
9192
pip install -r scripts/requirements-actions.txt --require-hashes
93+
pip freeze || true
9294
9395
- name: Set up ccache
9496
run: |

0 commit comments

Comments
 (0)