mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Ensure correct clang-format version in CI
This commit is contained in:
parent
3d5a66b5f8
commit
75e7a77e4c
3
.github/workflows/spine-c-bindings-check.yml
vendored
3
.github/workflows/spine-c-bindings-check.yml
vendored
@ -53,6 +53,9 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential cmake ninja-build
|
sudo apt-get install -y build-essential cmake ninja-build
|
||||||
|
|
||||||
|
- name: Setup clang-format
|
||||||
|
run: ./formatters/setup-clang-format-docker.sh
|
||||||
|
|
||||||
- name: Generate and compile spine-c bindings
|
- name: Generate and compile spine-c bindings
|
||||||
if: env.SHOULD_CHECK == 'true'
|
if: env.SHOULD_CHECK == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user