Skip to content

Commit

Permalink
Github action: Update clang-tidy config
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Oct 27, 2024
1 parent cbadecb commit f81791c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- image: "debian:testing"
clang: 15
- image: "debian:experimental"
clang: 15
clang: 19
container:
image: ${{ matrix.image }}
env:
Expand Down Expand Up @@ -46,8 +46,7 @@ jobs:
make \
zlib1g-dev
shell: bash
# Use v1 of checkout because v3 doesn't work with submodules
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-protozero
Expand All @@ -57,7 +56,7 @@ jobs:
shell: bash
working-directory: build
- name: Upload Log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: clang-tidy-${{ matrix.clang }}-log
Expand Down

0 comments on commit f81791c

Please sign in to comment.