Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Investigate i686-pc-windows-gnu failure #506

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
os: windows-2025
- target: i686-pc-windows-gnu
os: windows-2025
channel: nightly-i686-gnu
channel: nightly-2025-02-07-i686-gnu
- target: x86_64-pc-windows-gnu
os: windows-2025
channel: nightly-x86_64-gnu
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `libm`

poke ci

A port of [MUSL]'s libm to Rust.

[MUSL]: https://musl.libc.org/
Expand Down