Skip to content

Commit d1b363c

Browse files
committed
Fix linux workflow.
1 parent b841636 commit d1b363c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- name: Setup Clang ${{ inputs.clang-version }} (ubuntu-only)
33-
if: ${{ inputs.host-platform == 'ubuntu-latest' }}
33+
if: ${{ inputs.host-platform == 'ubuntu-latest' && inputs.clang-version != '' }}
3434
run: |
3535
wget https://apt.llvm.org/llvm.sh
3636
chmod +x llvm.sh

.github/workflows/build-validate-linux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
host-platform: 'ubuntu-latest'
2424
target-platform: 'linux'
2525
targets: "${{ matrix.project }}-${{ matrix.pipeline }}-${{ matrix.config }}"
26+
clang-version: '20'

0 commit comments

Comments
 (0)