Skip to content

Commit

Permalink
Trial install-action
Browse files Browse the repository at this point in the history
  • Loading branch information
richchurcher committed Sep 18, 2024
1 parent 93b71df commit 4d14764
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4d14764

Please sign in to comment.