mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
ci(windows): pin gcovr to < 8.0 (#3277)
This commit is contained in:
parent
dff1cd48d4
commit
d3ad63654a
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -1189,7 +1189,7 @@ jobs:
|
||||
shell: msys2 {0}
|
||||
working-directory: build
|
||||
run: |
|
||||
${{ steps.python-path.outputs.python-path }} -m pip install gcovr
|
||||
${{ steps.python-path.outputs.python-path }} -m pip install "gcovr<8.0"
|
||||
${{ steps.python-path.outputs.python-path }} -m gcovr -r .. \
|
||||
--exclude-noncode-lines \
|
||||
--exclude-throw-branches \
|
||||
|
Loading…
Reference in New Issue
Block a user