We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275f4ec commit 166e479Copy full SHA for 166e479
.github/workflows/cross-compiles.yml
@@ -204,8 +204,10 @@ jobs:
204
${{ matrix.platform.opensslcaps }}" >> $GITHUB_ENV
205
206
- name: get cpu info
207
- run: cat /proc/cpuinfo
208
-
+ if: matrix.platform.tests != 'none'
+ run: |
209
+ cat /proc/cpuinfo
210
+ QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }} ./util/opensslwrap.sh version -c
211
- name: make all tests
212
if: github.event_name == 'push' && matrix.platform.tests == ''
213
run: |
0 commit comments