Skip to content

Commit 0264840

Browse files
committed
Looking for opencppcoverage in the wrong path.
1 parent ade0e82 commit 0264840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install OpenCppCoverage
7474
run: |
7575
choco install opencppcoverage
76-
echo "C:\Program Files\OpenCppCoverage" >> $env:GITHUB_PATH
76+
echo "C:\Program Files (x86)\OpenCppCoverage" >> $env:GITHUB_PATH
7777
7878
- name: Configure
7979
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -A ${{ matrix.cmake_arch }}

0 commit comments

Comments
 (0)