tcbrindle / flux

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

Fix GH Actions yet again #35

Closed tcbrindle closed 1 year ago

tcbrindle commented 1 year ago

It's Monday, so that means GitHub Actions and/or Homebrew has changed something again.

It worked two days ago.

The Linux build scripts seem to be complaining that the binutils package isn't installed, which either means that the GCC packages have been updated so they don't need them anymore (undoing the changes in #11), or else it's some sort of mistake and binutils should be auto-installed but isn't.

We'll try the latter possibility first.

codecov[bot] commented 1 year ago

Codecov Report

Base: 98.10% // Head: 98.10% // No change to project coverage :thumbsup:

Coverage data is based on head (fff78c5) compared to base (c1c3c54). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ======================================= Coverage 98.10% 98.10% ======================================= Files 59 59 Lines 1949 1949 ======================================= Hits 1912 1912 Misses 37 37 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle)

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