Skip to content

Commit

Permalink
Change cpp-linters job to build gcc/Linux/x64 before running the lint…
Browse files Browse the repository at this point in the history
…ers.
  • Loading branch information
rturrado committed Nov 22, 2024
1 parent 822704c commit 2341fc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build C++ tests (gcc/Linux/x64)
uses: ./.github/actions/cpp-tests
with:
build_type: Release
conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-gcc-linux-x64
shell: bash
- name: Run C++ linters
uses: cpp-linter/cpp-linter-action@v2
id: linter
Expand Down

0 comments on commit 2341fc7

Please sign in to comment.