smol-rs / polling

Portable interface to epoll, kqueue, event ports, and wepoll
Apache License 2.0
551 stars 68 forks source link

Remove +nightly from cross CI job and use "rustup default" instead #199

Closed notgull closed 6 months ago

notgull commented 6 months ago

Previously in the "cross" CI job, checks would use "+nightly" to ensure that the nightly compiler is used. However this adds a lot of noise. In order to clean up CI this commit replaces "+nightly" with "rustup default nightly" at the start of the job.

cc https://github.com/smol-rs/polling/pull/197#discussion_r1573375732