We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7a7947 + 8039f00 commit 25bb27eCopy full SHA for 25bb27e
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
build-test:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
11
- name: Install dependencies
12
run: bash ci.sh deps
13
- name: Build LLVM
ci.sh
@@ -104,7 +104,7 @@ function do_llvm() {
104
--install-target distribution \
105
--projects clang lld \
106
--quiet-cmake \
107
- --ref release/20.x \
+ --ref release/22.x \
108
--shallow-clone \
109
--show-build-commands \
110
--targets X86 \
0 commit comments