mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Added clang-22 build
This commit is contained in:
parent
3c6bd9c9c7
commit
946165bd48
1 changed files with 1 additions and 0 deletions
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
|
@ -107,6 +107,7 @@ jobs:
|
|||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
|
||||
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
|
||||
- { uses: './.github/actions/compilers', name: 'clang 22', with: { tag: 'clang-22' } }
|
||||
- { uses: './.github/actions/compilers', name: 'clang 21', with: { tag: 'clang-21' } }
|
||||
- { uses: './.github/actions/compilers', name: 'clang 20', with: { tag: 'clang-20' } }
|
||||
- { uses: './.github/actions/compilers', name: 'clang 19', with: { tag: 'clang-19' } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue