Skip to content

Commit

Permalink
[#6] update cmake.yml to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kreuzberger committed Jul 15, 2024
1 parent b500837 commit bc597d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- 'src'
- 'test'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.2.0
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '12'
clang-format-version: '18'
check-path: ${{ matrix.path }}
#fallback-style: 'LLVM'
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: Build QLiteHtmlBrowser
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
#
# - name: Configure CMake
# # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down Expand Up @@ -70,11 +70,11 @@ jobs:
- 'src'
- 'test'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.2.0
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '12'
clang-format-version: '18'
check-path: ${{ matrix.path }}
# fallback-style: 'LLVM'

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit bc597d1

Please sign in to comment.