Skip to content

Commit

Permalink
my kingdom for a cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
alercah committed Dec 3, 2024
1 parent 11b8763 commit ba35b2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
shared-key: "cargo"
- name: Build
run: cargo build --verbose
- name: Test
Expand All @@ -22,6 +25,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
shared-key: "cargo"
- name: Install Target
run: rustup target add wasm32-unknown-unknown
- name: Build
Expand All @@ -34,6 +40,9 @@ jobs:
needs: build-wasm
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
shared-key: "cargo"
- name: Install Target
run: rustup target add wasm32-unknown-unknown
- name: Install Bindgen
Expand Down

0 comments on commit ba35b2e

Please sign in to comment.