Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Oct 2, 2024
1 parent fc65a87 commit 6d52ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
-DTGBM_ENABLE_TESTS=ON
-DCMAKE_LINKER_TYPE=LLD
-DCMAKE_CXX_STANDARD=20
- name: Build project
run: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
run: |
sudo apt install clang-format-17
- name: Format
run: ^
run: >
sudo make
-f scripts/ci_ubuntu.make
format
- name: Check if all files are committed to git
run: ^
run: >
sudo make
-f scripts/ci_ubuntu.make
check-git-status

0 comments on commit 6d52ee7

Please sign in to comment.