File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -913,7 +913,8 @@ jobs:
913913 uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
914914 with :
915915 egress-policy : audit
916-
916+ - name : setup
917+ run : sudo ./ci/install_format_tools.sh
917918 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
918919 - name : run tests
919920 run : ./ci/do_ci.sh format
Original file line number Diff line number Diff line change 3434 env :
3535 CC : /usr/bin/gcc-12
3636 CXX : /usr/bin/g++-12
37- GOOGLETEST_VERSION : 1.12.1
3837 run : |
39- sudo -E ./ci/setup_googletest.sh
4038 sudo -E ./ci/setup_ci_environment.sh
4139 - name : Initialize CodeQL
4240 uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
Original file line number Diff line number Diff line change 4141 libgtest-dev \
4242 libbenchmark-dev \
4343 llvm-dev \
44- libclang-dev \
45- zlib1g-dev \
44+ libclang-dev
4645 sudo ./ci/setup_cmake.sh
4746 - name : Install include-what-you-use
4847 run : |
You can’t perform that action at this time.
0 commit comments