Skip to content

Commit

Permalink
Make fake tool available in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
pzxmsry committed Jan 15, 2024
1 parent dd792b5 commit 346dd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ctest_multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Create gcov for clang script
working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: echo '#!/bin/bash' >> gcov_for_clang.sh && echo "exec llvm-cov gcov \"\$@\"" >> gcov_for_clang.sh
run: echo '#!/bin/bash' >> gcov_for_clang && echo "exec llvm-cov gcov \"\$@\"" >> gcov_for_clang && cp gcov_for_clang /usr/bin
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Install llvm-cov lcov
Expand Down

0 comments on commit 346dd5d

Please sign in to comment.