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