From 4d14764a1ac342b9fdddbf4deec49cdbbb8da61a Mon Sep 17 00:00:00 2001 From: Rich Churcher Date: Thu, 19 Sep 2024 11:14:31 +1200 Subject: [PATCH] Trial install-action --- .github/workflows/ci-generate.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-generate.yaml b/.github/workflows/ci-generate.yaml index c1e06b4..a3a94bf 100644 --- a/.github/workflows/ci-generate.yaml +++ b/.github/workflows/ci-generate.yaml @@ -18,14 +18,10 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - - name: Cache - uses: Leafwing-Studios/cargo-cache@v2 - with: - sweep-cache: false - - name: Install cargo-generate - run: | - cargo install cargo-generate + uses: taiki-e/install-action@v2 + with: + tool: cargo-generate - name: Retain a copy of every generated file run: |