mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Remove unnecessary CI step
clang-format is already installed in GitHub's Ubuntu image
This commit is contained in:
parent
1b257c8ea8
commit
910514871e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -214,9 +214,6 @@ jobs:
|
|||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: sudo apt-get install clang-format-14
|
|
||||||
|
|
||||||
- name: Format Code
|
- name: Format Code
|
||||||
run: cmake -DCLANG_FORMAT_EXECUTABLE=clang-format-14 -P cmake/Format.cmake
|
run: cmake -DCLANG_FORMAT_EXECUTABLE=clang-format-14 -P cmake/Format.cmake
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user