Skip to content

Commit 31cdd97

Browse files
committed
Fix up target
1 parent ff6a7e7 commit 31cdd97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-ci-container-tooling.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
test-command: 'cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
3939
- container-name: abi-tests
4040
test-command: 'cd $HOME && abi-compliance-checker --help'
41+
target: abi-tests
4142
steps:
4243
- name: Checkout LLVM
4344
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -54,7 +55,7 @@ jobs:
5455
with:
5556
container-name: ci-ubuntu-24.04-${{ matrix.container-name }}
5657
dockerfile: .github/workflows/containers/github-action-ci-tooling/Dockerfile
57-
target: ci-container-code-${{ matrix.container-name }}
58+
target: ci-container-${{ matrix.target || format('code-{0}', matrix.container-name) }}
5859
test-command: ${{ matrix.test-command }}
5960

6061
push-ci-container:

0 commit comments

Comments
 (0)