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 a98e58a commit 58ac0ddCopy full SHA for 58ac0dd
.github/workflows/meta.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Log Intel oneAPI version
106
if: contains(matrix.mpi, 'intel')
107
shell: bash
108
- run: echo "Intel oneAPI version: ${{ matrix.intel_version }}"
+ run: echo '✅ Intel oneAPI version: ${{ matrix.intel_version }}'
109
110
- name: (Ubuntu) Build and Install HDF5 from source
111
if: contains(matrix.os, 'ubuntu') && contains(matrix.mpi, 'intel')
0 commit comments