We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e37df commit dda458fCopy full SHA for dda458f
.github/workflows/ci.yml
@@ -485,7 +485,7 @@ jobs:
485
- {os: debian, codename: bookworm, image_owner: arm64v8/, labels: [ubuntu-24.04-arm]}
486
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
487
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
488
- name: conan - linux | ${{ matrix.labels[0] }}
+ name: conan - linux | ${{ matrix.image_owner }}
489
steps:
490
- name: add llvm repo (for clang-format)
491
uses: myci-actions/add-deb-repo@main
0 commit comments