ci: Temporarily skip machete (#663)

https://github.com/actions/runner-images/pull/11661

`cargo-machete` needs edition 2024, reopen after this PR is merged.
This commit is contained in:
Floyd Wang 2025-02-25 15:13:54 +08:00 committed by GitHub
parent dc4d7e614c
commit e5371c3209
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,9 @@ on:
pull_request:
push:
branches:
- "*"
- '*'
tags:
- "*"
- '*'
jobs:
test:
@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install system dependencies
run: script/bootstrap
- name: Machete
uses: bnjbvr/cargo-machete@main
# - name: Machete
# uses: bnjbvr/cargo-machete@main
- name: Setup | Cache Cargo
uses: actions/cache@v4
with: