Skip to content

Commit 7c3649a

Browse files
committed
fix ci issues
1 parent af673b9 commit 7c3649a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
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

.github/workflows/iwyu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)