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 431a91c commit bd44b22Copy full SHA for bd44b22
1 file changed
.github/workflows/ci.yml
@@ -146,6 +146,12 @@ jobs:
146
- name: ensure the channel matches the target branch
147
run: src/ci/scripts/verify-channel.sh
148
149
+ - name: print kernel/libc versions
150
+ if: runner.os == 'Linux'
151
+ run: |
152
+ uname -a
153
+ /lib/libc.so.6
154
+
155
- name: collect CPU statistics
156
run: src/ci/scripts/collect-cpu-stats.sh
157
0 commit comments