From 6781ab68058451ba0b904870c1a69633ffea595f Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Wed, 12 Jul 2023 11:10:09 +0100 Subject: [PATCH] Cache the WASM build in Github Actions. #223 --- .github/workflows/web.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index b214aad90..6f39c072c 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -23,6 +23,12 @@ jobs: - name: Install wasm-pack uses: jetli/wasm-pack-action@v0.4.0 + - name: Cache WASM build + uses: actions/cache@v3 + with: + path: route_info/target + key: doesnt-matter-share-everything + - name: Build all branches run: | mkdir deployme