We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a795d26 commit 59921b9Copy full SHA for 59921b9
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
29
fail-fast: false
30
31
- name: ${{ matrix.ARCH }}${{ matrix.USE_STATIC_RUNTIME }}
+ name: ${{ matrix.ARCH }} ${{ matrix.BUILD_TYPE }}
32
runs-on: ${{ matrix.RUNS_ON }}
33
34
env:
0 commit comments