From 30ebfbe74f04516b497069d9a401da72428f789c Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 12 Jan 2024 20:27:55 +0000 Subject: [PATCH] add rust-cache action --- .github/workflows/aicirt.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/aicirt.yml b/.github/workflows/aicirt.yml index fc3c2344..4838cd75 100644 --- a/.github/workflows/aicirt.yml +++ b/.github/workflows/aicirt.yml @@ -19,6 +19,9 @@ jobs: steps: - uses: actions/checkout@v3 - run: rustup target add wasm32-wasi + - uses: Swatinem/rust-cache@v2 + with: + cache-on-failure: true - name: Build aici_abi run: cargo build --verbose --release working-directory: aici_abi