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:
parent
dc4d7e614c
commit
e5371c3209
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue