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:
committed by
Michael Bernardi
parent
f110ea14f5
commit
61ae3a26ee
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
check-code-formatting:
|
check-code-formatting:
|
||||||
name: Check code formatting
|
name: Check code formatting
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: openrct2/openrct2-build:15-format
|
container: openrct2/openrct2-build:17-format
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ fi
|
|||||||
basedir="$($readlink_bin -f `dirname $0`/..)"
|
basedir="$($readlink_bin -f `dirname $0`/..)"
|
||||||
cd $basedir
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user