Skip to content

Commit e23af6e

Browse files
committed
CI: Fix pre-commit action
Since Ubuntu 24.04 it requires python to be installed via actions/setup-python
1 parent 68f64f8 commit e23af6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Install clang-format-10
2121
run: sudo apt-get install clang-format-10
22+
- uses: actions/setup-python@v5
23+
with:
24+
python-version: 3.x
2225
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)