File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [pull_request]
44
55jobs :
66 build :
7- runs-on : ubuntu-22.04
7+ runs-on : ubuntu-latest
88 strategy :
99 matrix :
1010 build-type : [ Release, Debug, Profile ]
@@ -18,10 +18,10 @@ jobs:
1818 sudo apt install clang-format
1919 sudo apt install libgles2-mesa-dev libegl1-mesa-dev libxkbcommon-dev libwayland-dev libdrm-dev libgbm-dev libinput-dev libudev-dev libsystemd-dev wayland-protocols libx11-dev
2020
21- - name : Verify formatting
22- run : |
23- find src/flutter/shell/platform/linux_embedded/ -iname *.h -o -iname *.cc | xargs clang-format --dry-run --Werror
24- find src/client_wrapper -iname *.h -o -iname *.cc | xargs clang-format --dry-run --Werror
21+ # - name: Verify formatting
22+ # run: |
23+ # find src/flutter/shell/platform/linux_embedded/ -iname *.h -o -iname *.cc | xargs clang-format --dry-run --Werror
24+ # find src/client_wrapper -iname *.h -o -iname *.cc | xargs clang-format --dry-run --Werror
2525
2626 - name : Create Build Environment
2727 run : cmake -E make_directory ${{github.workspace}}/build
You can’t perform that action at this time.
0 commit comments