@@ -313,7 +313,7 @@ jobs:
313313 - name : disable git crlf conversion
314314 run : git config --global core.autocrlf false
315315 - name : checkout the source code
316- uses : actions/checkout@v3
316+ uses : actions/checkout@v4
317317 with :
318318 fetch-depth : 0
319319 - name : configure the PR in which the error message will be posted
@@ -335,6 +335,9 @@ jobs:
335335 - name : show the current environment
336336 run : src/ci/scripts/dump-environment.sh
337337 if : success() && !env.SKIP_JOB
338+ - name : install awscli
339+ run : src/ci/scripts/install-awscli.sh
340+ if : success() && !env.SKIP_JOB
338341 - name : install sccache
339342 run : src/ci/scripts/install-sccache.sh
340343 if : success() && !env.SKIP_JOB
@@ -344,6 +347,9 @@ jobs:
344347 - name : install clang
345348 run : src/ci/scripts/install-clang.sh
346349 if : success() && !env.SKIP_JOB
350+ - name : install tidy
351+ run : src/ci/scripts/install-tidy.sh
352+ if : success() && !env.SKIP_JOB
347353 - name : install WIX
348354 run : src/ci/scripts/install-wix.sh
349355 if : success() && !env.SKIP_JOB
@@ -536,7 +542,7 @@ jobs:
536542 - name : x86_64-gnu-llvm-17
537543 env :
538544 RUST_BACKTRACE : 1
539- os : ubuntu-20.04-8core-32gb
545+ os : ubuntu-latest
540546 - name : x86_64-gnu-llvm-16
541547 env :
542548 RUST_BACKTRACE : 1
0 commit comments