Skip to content

Commit

Permalink
wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemurin committed Jan 28, 2025
1 parent 021bc9f commit 53a2f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev lcov
sudo apt-get install libcurl4-openssl-dev lcov ninja-build
cmake --preset x64-coverage-linux
cmake --build --preset build-x64-coverage-linux --target commonLib CommonItemsTests -- -j40
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: "Run tests"
run: |
cd $Env:GITHUB_WORKSPACE\build\x64-release-windows
.\CommonItemsTests.exe
CommonItemsTests.exe
- name: "Cleanup"
if: always()
Expand Down

0 comments on commit 53a2f3c

Please sign in to comment.