Merge branch 'unstable' into vc-fallback

This commit is contained in:
Mac L
2023-12-13 12:24:11 +11:00
129 changed files with 5284 additions and 3944 deletions

View File

@@ -426,4 +426,16 @@ jobs:
- name: Use Rust beta
run: rustup override set beta
- name: Run make
run: make
run: make
cli-check:
name: cli-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get latest version of stable Rust
uses: moonrepo/setup-rust@v1
with:
channel: stable
cache-target: release
- name: Run Makefile to trigger the bash script
run: make cli