Skip to content

Commit

Permalink
[workflows] Fix CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Kobets <[email protected]>
  • Loading branch information
mykola-kobets-epam committed Oct 17, 2024
1 parent 88d9d89 commit 55f2f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Prepare
run: |
sudo apt install lcov libsofthsm2 libsystemd-dev cppcheck -y
pip install conan
python -m pip install conan
- name: Build and test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run cmake-format style check
run: |
python -m pip install --upgrade pip
pip install cmake_format
python -m pip install cmake_format
find . \( \( -not -path '*/build/*' \) -name '*.cmake' -or -name 'CMakeLists.txt' \) \
-exec cmake-format --check {} +;

0 comments on commit 55f2f74

Please sign in to comment.