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 ee20e07 commit 94823fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: install based dependencies
run: |
sudo apt install ccache
sudo apt install cmake=3.20.2
sudo apt install cmake
cmake --version
sudo apt install lld
sudo apt install ninja-build
Expand Down
14 changes: 7 additions & 7 deletions scripts/ci_ubuntu.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ format:
find samples -name '*pp' -type f | xargs clang-format-17 -i
find src -name '*pp' -type f | xargs clang-format-17 -i
find test -name '*pp' -type f | xargs clang-format-17 -i
$(MAKE) add-eol P=.github
$(MAKE) add-eol P=cmake
$(MAKE) add-eol P=gbench
$(MAKE) add-eol P=gtest
$(MAKE) add-eol P=include
$(MAKE) add-eol P=scripts
$(MAKE) add-eol-root
$(MAKE) -f scripts/ci_ubuntu.make add-eol P=.github
$(MAKE) -f scripts/ci_ubuntu.make add-eol P=cmake
$(MAKE) -f scripts/ci_ubuntu.make add-eol P=gbench
$(MAKE) -f scripts/ci_ubuntu.make add-eol P=gtest
$(MAKE) -f scripts/ci_ubuntu.make add-eol P=include
$(MAKE) -f scripts/ci_ubuntu.make add-eol P=scripts
$(MAKE) -f scripts/ci_ubuntu.make add-eol-root

.PHONY: add-eol
add-eol:
Expand Down

0 comments on commit 94823fd

Please sign in to comment.