Commit Graph

22 Commits

Author SHA1 Message Date
Rob Ede 039765bd18
chore: prepare release 1.8.0 2024-01-13 17:45:49 +00:00
Rob Ede 6f719a240e
Merge branch 'main' into add-workspaces 2024-01-13 17:36:40 +00:00
Rob Ede 15d0afaad9
ci: fix cache test 2024-01-13 17:36:31 +00:00
Rob Ede 922cc935eb
ci: add cache-workspaces test 2024-01-13 17:25:41 +00:00
Rob Ede ba41ca6f71
ci: clearer test names 2024-01-13 16:03:46 +00:00
Rob Ede aa089182f2
ci: fix conditional 2024-01-13 15:57:48 +00:00
Rob Ede c6086ae6e5
test: add toolchain file override test 2024-01-13 15:54:38 +00:00
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 b71469df8b Switch from set-output to $GITHUB_OUTPUT
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-10-13 21:01:25 +02:00
Jonas Bushart 08934cd939 Add test for toolchain file support 2022-07-21 21:31:15 +00:00
Jonas Bushart 5c0654516c
Create dependabot configuration for GitHub Actions 2022-07-19 20:16:04 +02:00
Jonas Bushart ac4326d13d Add autotag action to keep semantic version tags 2022-04-20 20:02:13 +00:00
Jonas Bushart e6f87b00b9
Create ci.yml 2022-04-17 21:15:23 +02:00