File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed
Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,21 @@ jobs:
3030 fetch-depth : 0
3131 submodules : recursive
3232
33- - name : Clang Format
34- if : ${{ matrix.os == 'ubuntu-latest' }}
35- uses : DoozyX/clang-format-lint-action@v0.18
36- with :
37- source : ' ./src/'
38- extensions : ' h,cpp'
39- clangFormatVersion : 18
40- inplace : True
41-
42- - name : Commit formatting diff
43- uses : EndBug/add-and-commit@v9
44- with :
45- author_name : GitHub
46- author_email : github_action@lesma.com
47- message : ' Committing clang-format changes'
33+ # - name: Clang Format
34+ # if: ${{ matrix.os == 'ubuntu-latest' }}
35+ # uses: DoozyX/clang-format-lint-action@v0.18
36+ # with:
37+ # source: './src/'
38+ # extensions: 'h,cpp'
39+ # clangFormatVersion: 18
40+ # inplace: True
41+
42+ # - name: Commit formatting diff
43+ # uses: EndBug/add-and-commit@v9
44+ # with:
45+ # author_name: GitHub
46+ # author_email: github_action@lesma.com
47+ # message: 'Committing clang-format changes'
4848
4949 - name : Install LLVM and Clang
5050 uses : KyleMayes/install-llvm-action@v2
5454 - name : Install CMake & Ninja
5555 uses : lukka/get-cmake@latest
5656
57+ - name : Install libiconv
58+ if : ${{ matrix.os == 'macos-latest' }}
59+ run : |
60+ brew install libiconv
61+
5762 - name : Setup vcpkg
5863 uses : lukka/run-vcpkg@v11
5964 with :
You can’t perform that action at this time.
0 commit comments