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 b841636 commit d1b363cCopy full SHA for d1b363c
.github/workflows/build-dispatch.yaml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v4
31
32
- name: Setup Clang ${{ inputs.clang-version }} (ubuntu-only)
33
- if: ${{ inputs.host-platform == 'ubuntu-latest' }}
+ if: ${{ inputs.host-platform == 'ubuntu-latest' && inputs.clang-version != '' }}
34
run: |
35
wget https://apt.llvm.org/llvm.sh
36
chmod +x llvm.sh
.github/workflows/build-validate-linux.yaml
@@ -23,3 +23,4 @@ jobs:
23
host-platform: 'ubuntu-latest'
24
target-platform: 'linux'
25
targets: "${{ matrix.project }}-${{ matrix.pipeline }}-${{ matrix.config }}"
26
+ clang-version: '20'
0 commit comments