Skip to content

Commit

Permalink
Added root permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pzxmsry committed Jan 15, 2024
1 parent 346dd5d commit c23c624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_ctest_multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:

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

- name: Install llvm-cov lcov
run: sudo apt update && sudo apt install llvm lcov
Expand Down

0 comments on commit c23c624

Please sign in to comment.