tcbrindle / flux

A C++20 library for sequence-orientated programming
https://tristanbrindle.com/flux/
Boost Software License 1.0
476 stars 29 forks source link

Fix Github Actions yet again #88

Closed tcbrindle closed 1 year ago

tcbrindle commented 1 year ago

The LLVM 16 build on MacOS has suddenly started failing, because Github changed something and now installing Python 3.11 (a prerequisite of LLVM) causes a conflict with files already in /usr/local on the host.

According to https://github.com/actions/runner-images/issues/7894 removing the brew update line should get things working again, even though I only added that line in the first place because LLVM wouldn't install without it sigh

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b4b931b) 97.85% compared to head (404b732) 97.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #88 +/- ## ======================================= Coverage 97.85% 97.85% ======================================= Files 65 65 Lines 2191 2191 ======================================= Hits 2144 2144 Misses 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.