From c02015a6f48febc318a4bba84867c9e8e72c6694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Fri, 21 Nov 2025 18:24:26 +0800 Subject: [PATCH] Update push-cloudflare.yaml --- .github/workflows/push-cloudflare.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/push-cloudflare.yaml b/.github/workflows/push-cloudflare.yaml index 6478d77..a0778b2 100644 --- a/.github/workflows/push-cloudflare.yaml +++ b/.github/workflows/push-cloudflare.yaml @@ -18,17 +18,17 @@ jobs: # selecting a toolchain either by action or manual `rustup` calls should happen # before the plugin, as the cache uses the current rustc version as its cache key - run: rustup toolchain install stable --profile minimal - - name: Cache Cargo registry and build artifacts - uses: actions/cache@v3 - with: - path: | - target - ~/.cargo/bin - ~/.cargo/registry - ~/.cargo/git - key: cargo-build-cache-${{ github.run_id }} - restore-keys: | - cargo-build-cache- + # - name: Cache Cargo registry and build artifacts + # uses: actions/cache@v3 + # with: + # path: | + # target + # ~/.cargo/bin + # ~/.cargo/registry + # ~/.cargo/git + # key: cargo-build-cache-${{ github.run_id }} + # restore-keys: | + # cargo-build-cache- - run: rustup target add wasm32-unknown-unknown - name: Install lld run: sudo apt install -y lld clang gcc llvm