mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 17:00:05 +00:00
Fix clang-format (#6155)
This commit is contained in:
parent
6f9586a1fe
commit
a427a80446
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,7 +10,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
clang-format:
|
clang-format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: citraemu/build-environments:linux-clang-format
|
container:
|
||||||
|
image: citraemu/build-environments:linux-clang-format
|
||||||
|
options: -u 1001
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user