1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Use image 17-format with clang 18

This commit is contained in:
Michał Janiszewski
2024-10-02 10:50:54 +02:00
committed by Michael Bernardi
parent f110ea14f5
commit 61ae3a26ee
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ jobs:
check-code-formatting:
name: Check code formatting
runs-on: ubuntu-latest
container: openrct2/openrct2-build:15-format
container: openrct2/openrct2-build:17-format
defaults:
run:
shell: sh

View File

@@ -16,4 +16,4 @@ fi
basedir="$($readlink_bin -f `dirname $0`/..)"
cd $basedir
scripts/run-clang-format.py -r src test data/shaders --exclude src/thirdparty
scripts/run-clang-format.py --clang-format-executable /usr/lib/llvm18/bin/clang-format -r src test data/shaders --exclude src/thirdparty