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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue