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.
1 parent b8e446b commit 6142f4dCopy full SHA for 6142f4d
1 file changed
.github/workflows/clang.yaml
@@ -88,7 +88,9 @@ jobs:
88
89
- name: Install Python packages
90
run: |
91
+ pip freeze || true
92
pip install -r scripts/requirements-actions.txt --require-hashes
93
94
95
- name: Set up ccache
96
0 commit comments