spm-lcov-action icon indicating copy to clipboard operation
spm-lcov-action copied to clipboard

Breaks on macOS 12 runners

Open Nef10 opened this issue 2 years ago • 0 comments

Run maxep/[email protected]
  with:
    output-file: ./pr/lcov.info
    file-format: lcov
  env:
    TOOLCHAINS: swift 5.7
/Users/runner/work/_actions/maxep/spm-lcov-action/0.3.1/cov.sh -f lcov -o ./pr/lcov.info
/Users/runner/work/_actions/maxep/spm-lcov-action/0.3.1/cov.sh: line 35: llvm-cov: command not found
/Users/runner/work/_actions/maxep/spm-lcov-action/0.3.1/cov.sh: line 41: llvm-cov: command not found
Error: The process '/Users/runner/work/_actions/maxep/spm-lcov-action/0.3.1/cov.sh' failed with exit code 127

Working image: https://github.com/actions/runner-images/blob/macOS-11/20221018.1/images/macos/macos-11-Readme.md Failing image: https://github.com/actions/runner-images/blob/macOS-12/20221018.2/images/macos/macos-12-Readme.md

Nef10 avatar Oct 29 '22 17:10 Nef10