We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the highs crate for my project and we use GitHub Actions to build-test it.
highs
Currently I'm getting failures on macOS only, like so:
thread 'main' panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highs-sys-1.6.2/build.rs:22:10: Unable to generate bindings: ClangDiagnostic("/Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found\n")
Full log is here: https://github.com/EnergySystemsModellingLab/MUSE_2.0/actions/runs/9267296602/job/25599243110
Any ideas?
The text was updated successfully, but these errors were encountered:
Ping @lovasoa?
Sorry, something went wrong.
Hmm... my build failure seems to have mysteriously resolved itself. Still no idea what was going on though.
I'll leave this issue for now and leave it up to maintainers whether they want to dig into this more.
No branches or pull requests
I'm using the
highs
crate for my project and we use GitHub Actions to build-test it.Currently I'm getting failures on macOS only, like so:
Full log is here: https://github.com/EnergySystemsModellingLab/MUSE_2.0/actions/runs/9267296602/job/25599243110
Any ideas?
The text was updated successfully, but these errors were encountered: