Skip to content

Commit

Permalink
CI: Fix pre-commit action
Browse files Browse the repository at this point in the history
Since Ubuntu 24.04 it requires python to be installed via actions/setup-python
  • Loading branch information
rhaschke committed Oct 13, 2024
1 parent 68f64f8 commit e23af6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install clang-format-10
run: sudo apt-get install clang-format-10
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.1

0 comments on commit e23af6e

Please sign in to comment.