We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e054cfb commit 4e1d332Copy full SHA for 4e1d332
.github/actions/install_llvm/action.yml
@@ -6,7 +6,7 @@ inputs:
6
default: 'llvm/llvm-project'
7
ref:
8
description: 'The llvm-project branch, tag or SHA to checkout.'
9
- default: 'release/19.x'
+ default: 'release/20.x'
10
path:
11
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
12
default: './llvm-project'
0 commit comments