From e5371c3209f4e6d670f5eefdf48d9d3412930ee7 Mon Sep 17 00:00:00 2001 From: Floyd Wang Date: Tue, 25 Feb 2025 15:13:54 +0800 Subject: [PATCH] ci: Temporarily skip machete (#663) https://github.com/actions/runner-images/pull/11661 `cargo-machete` needs edition 2024, reopen after this PR is merged. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1325731e..0914ddad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: