Skip to content

Commit

Permalink
LLVM 20 begun
Browse files Browse the repository at this point in the history
  • Loading branch information
shyouhei committed Sep 30, 2024
1 parent 3a273c4 commit b5f7888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true } }
- { uses: './.github/actions/compilers', name: 'clang 20', with: { tag: 'clang-20' } }
- { uses: './.github/actions/compilers', name: 'clang 19', with: { tag: 'clang-19' } }
- { uses: './.github/actions/compilers', name: 'clang 18', with: { tag: 'clang-18' } }
- { uses: './.github/actions/compilers', name: 'clang 17', with: { tag: 'clang-17' } }
Expand Down

0 comments on commit b5f7888

Please sign in to comment.