Commit Graph

12 Commits

Author SHA1 Message Date
Rob Ede af702488e5
ci: update checked rust-toolchain version 2024-01-11 03:12:29 +00:00
Rob Ede 962ed5edf0
ci: add indicate toolchain file in job name 2024-01-11 02:20:44 +00:00
James ‘Twey’ Kay 6ed6429951
Use the empty string to trigger toolchain file check instead of an old version 2023-11-01 09:44:05 +00:00
dependabot[bot] 1f541c5b05
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 07:14:31 +00:00
Jonas Bushart 03aaf6be76 Check that listed components are installed even with a rust-toolchain file 2023-05-20 16:29:33 +02:00
Jonas Bushart 5f4f30a995 Maybe fix rustup warning
warning: Force-skipping unavailable component 'rust-std-thumbv2-none-eabi'
2023-02-15 19:06:41 +01:00
Jonas Bushart 8ba1b441e5 Run CI on more platforms 2023-02-13 23:28:43 +01:00
Jonas Bushart eac5ebb2ae Fix: Use acceptable crate name (lowercase) 2023-02-13 21:05:26 +01:00
Jonas Bushart aee7133b58 Use newer nightly with "cargo add" support 2023-02-13 21:02:26 +01:00
Jonas Bushart 2ee353b897 Enable sparse registry access using the stable configuration
Exclude versions 1.66 and 1.67, which don't support stable sparse registry.
2023-02-13 21:00:11 +01:00
Jonas Bushart 08934cd939 Add test for toolchain file support 2022-07-21 21:31:15 +00:00
Jonas Bushart e6f87b00b9
Create ci.yml 2022-04-17 21:15:23 +02:00