Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminghuang committed Sep 28, 2024
1 parent 655fb04 commit 6969e2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
build_type: [Release, Debug]
sanitize: [yes]
include:
- protoc: find
- compiler: gcc-12
gcov_executable: gcov
protoc: compile

- compiler: llvm-18.1.1
gcov_executable: "llvm-cov gcov"
protoc: find
runs-on: ubuntu-24.04

env:
Expand Down Expand Up @@ -68,10 +68,7 @@
- name: configure
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DHPP_PROTO_PROTOC=${{ matrix.protoc }} \
-HPP_PROTO_ENABLE_SANITIZER=${{ matrix.sanitize }} \
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
cmake -S . -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DHPP_PROTO_PROTOC=${{ matrix.protoc }} -HPP_PROTO_ENABLE_SANITIZER=${{ matrix.sanitize }} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
- name: build
run: cmake --build build -j${{env.nproc}}
Expand Down

0 comments on commit 6969e2c

Please sign in to comment.